@charset "utf-8";
/* CSS Document Stuff N Sniff */

html, body {
	
	background:url(../images/blueBG.jpg) repeat-x #00005c;
	font-family:Arial, Helvetica, sans-serif;
	color:#F00;
	font-size:12px;
	
}

#container {
	
	width:820px;
	height:100%;
	margin:0 auto;
	padding:0 auto;
	
}

#header {
	
	background:url(../images/header.png) no-repeat;
	width:820px;
	height:241px;
	
}

#content {
	
	background:url(../images/BG.jpg) repeat-y;
	width:820px;
	height:500px;
	
}

#footer {
	
	background:url(../images/footer.png) no-repeat;
	width:820px;
	height: 96px;
	
}

.black {
	
	color:#000;
	
}