body { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
background-color: #000000;
background: url('./images/background_A.jpg'); 
background-attachment:fixed;
background-position: 0% 0%;

color: #ffffff; 
} 

#container { 
margin-right: auto; 
margin-left: auto; 
width: 750px; 
background-color: #FFFFFF; 
} 

#header { 
background: url('./images/_mg_8919.jpg'); 
height: 118px; 
} 

#nav { 
background: url('./images/_mg_8919.jpg'); 
height: 44px; 
} 

#topbox { 
background: url('./images/_mg_8919.jpg'); 
height: 46px; 
} 

#contentbg { 
background: url('./images/_mg_8919.jpg'); 
background-repeat: no-repeat; 
width: 750px; 
} 

#content { 
margin-left: 50px; 
margin-right: 50px; 
} 

#bottombox { 
background-image: url('./images/_mg_8919.jpg'); 
height: 61px; 
} 

HTML: 
<body> 

<div id="container"> 

<div id="header"> 
</div> 

<div id="nav"> 
</div> 

<div id="topbox"> 
</div> 

<div id="contentbg"> 

<div id="content"> 

<!--end of content div--> 
</div> 

<!--end of contentbg div--> 
</div> 

<div id="bottombox"> 
</div> 

</div> 

</body> 

