html{

}
body{
margin: 0px;
padding:0px;
background-color: #cc9900;
}


#seite{
top:0px;
height:400px;
width:100%;
background-color: #FFFFFF;
}



#logo{
position: absolute;
top:370px;
height:25px;
width:100%;
background-position: center;
background-image: url(logo.gif);
background-repeat: no-repeat;
}


#adresse{
position: absolute;
top:405px;
height:20px;
width:100%;
background-position: center;
background-image: url(adresse.gif);
background-repeat: no-repeat;
}


