body {
background-image:url(http://www.swigon.de/images/background.png);
background-repeat:0;
text-align:center;
}
#webseite {
width:980px;
margin:0 auto;
}
#header {
width:980px;
height:150px;
background:orange;
}
#header h1 {
padding-top:50px;
font-size:60px;
font-weight:bold;
color:white;
font-family:Courier;
}
#main {
padding-top:50px;
width:980px;
margin:0 auto;
}
.menue {
color:white;
text-decoration:none;
}
.menue:hover {
background:orange;
}