body {
	background-color: #3D3D3D;
	margin: 0px;
	}

#bannercontain {
	background-image: url(banner_repeat.jpg);
	background-repeat: repeat-x;	
	}

#container {
	width: 960px;
	height: 600px; 
	position: relative; 
	padding: 10px 10px 10px 10px;
	margin: 10em auto; 
	background-color: #696969;
	border: 2px solid #000;
	font-size: 0px; /*MUST include to get the boxes to align*/
	}

#panels {
	position: absolute; 
	padding: 0px;
	margin: 0px;
	}

#menu {
	width: 300px;
	height: 75px;
	text-align: center;
	padding: 0px 230px 0px 230px;
	margin: 10px auto;
	border: 0px;
	font-size: 0px;
	}
	
#menu a img {
	border: 0;
	outline: none; 
	}  

#footer {
	background-image: url(footer.jpg);
	background-repeat: repeat-x;
	height: 39px;
	padding: 2px;
	}

#copyright {
	text-align: center;	
	color: #FFF;	
	}


	

