* {
margin: 0;
padding: 0;
}
/*allgemeine Einstellungen*/

body {
 background-image: url(bg2.jpg);
 background-repeat: repeat-x;
 background-color: darkblue;
 color: #ffffff;
 top: 800px;
 font-family: Verdana, Arial, sans-serif;
}
  
#header {
 position: absolute;
 color: #ffffff;
 font-size: 40px;
 left: 130px;
 top: 120px;
}
#bg {
 position: absolute;
 color: #ffffff;
 font-size: 40px;
 left: 110px;
 top: 18px;
}

#header2 {
 position: absolute;
 left: 135px;
 top: 165px;
 font-size: 15px;
}
#header3 {
 position: absolute;
 left: 880px;
 top: 38px;
 font-size: 12px;
}

#stern1 {
 position: absolute;
 left: 1150px;
 top: 30px;
}

#stern2 {
 position: absolute;
 left: 1049px;
 top: 260px;
}
#stern3 {
 position: absolute;
 left: 49px;
 top: 60px;
}

#text {
 position: absolute;
 left: 130px;
 top: 650px;
}

#counter  {
 position: absolute;
 top: 970px;
 right: 255px;
}
#right  {
 position: absolute;
 top: 970px;
 right: 15px;
 color: silver;
 font-size: 10px;
}
