body {
	margin: 0px;
	padding: 0px;
	background-image:url(images/bob.gif);
	background-repeat:repeat-x;
	background-color: #2476B8;
	}

#container {
	width: 800px;
	position:relative;
	background-image:url(images/paper.gif);
	margin:auto;
}

#header {
	background-image:url(images/header.jpg);
	width:800px;
	height:338px;
}

#headerdl {
	background-image:url(images/headerdl.jpg);
	width:800px;
	height:338px;
}

#content {
	width:660px;
	padding: 0 20px 0 20px; 
	margin:0 auto 0 auto;
	}
	
#footer {
	background-image:url(images/footer.jpg);
	height: 75px;
	margin:10px 0 0 0;
	}



