body {
background: #000000 url("images/body-background.jpg") center top;
color: #FFFFFF;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
text-align: center;
}

#home {
background-image: url("images/leder.jpg");
height: 600px;
width: 1000px;
margin: 0 auto;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
text-align: left;
}

#header {
background-image: url("images/header_1.jpg");
height: 100px;
width: 1000px;
margin: 0 auto;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
text-align: left;
}

#nav {
background-image: url("images/header_2.jpg");
height: 50px;
width: 1000px;
margin: 0 auto;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
text-align: left;
}

#content {
background: #000000 url("images/content-background.jpg") center top;height: 400px;
width: 1000px;
margin: 0 auto;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
text-align: left;
}

#footer {
background-image: url("images/footer.jpg");
height: 50px;
width: 1000px;
margin: 0 auto;
border-bottom: 1px solid #999999;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
text-align: left;
}