body {
	margin:0;
	padding:0;
	background-color:#7E0101;
	font: normal 10px arial,helvetica,sans-serif;
}

#mainWrap {
	width:100%;
	background: #7E0101 url(../media/images/site_bg.gif) no-repeat top center;
}

#mainCon {
	margin:0 auto;
	position:relative;
	width:980px;
}
#flashCon {
	height:640px;
	overflow: hidden;
}
#footerCon {
	margin-top: 6px;
	font: normal 10px arial,helvetica,sans-serif;
	color:#ccc;
}
#footerCon p {
	margin: 3px 0 0 0;
	padding: 0;
}

#footerCon a,#footerCon a:visited  {
	font-weight:bold;
	color:#d89958;
	text-decoration: none;
}
#footerCon a:hover {
	text-decoration:underline;
}	
#footerCon a:active {
	color:#fcd87e;
}