body {
	background-image: url(bg.jpg);
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header{
	background-image:url(header.jpg); 
	width:1035px; 
	height:133px;
	}
#body{
	background-image:url(body.jpg); 
	width:1035px;
}
#footer{
	background-image:url(footer.jpg); 
	width:1035px; 
	height:6px;"
}