@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#mainCell {
	height: 1132px;
	width: 100%;
	background-attachment: fixed;
	background-color: #000;
	background-image: url(images/mainBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
}
#bodyCell {
	background-color: #000;
	width: 800px;
	margin: 0 auto 0;

}
#shadow {
	background-image: url(images/bgShadow.png);
	background-repeat: repeat-y;
	width: 900px;
	margin: 0 auto 0;
	
}
#footer {
	font-size: 10px;
	color: #666;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
	height: 50px;
	padding-top: 6px;	
	margin: 0 auto 0;
}
#footer a {
	font-size: 10px;
	color: #036;
}

