@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #020202;
	font-size: 100%;
	height: 100%;
	width: 100%;
	margin: 0;
}

html #mainWrapper {
	width: 699px;
}

#mainWrapper {
	font-size:62.5%;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}

#mainHeader {
	width: 699px;
	text-align: right;
}

#footer {
	clear: both;
	width: auto;
	border-top: 1px #FFFFFF solid;
	padding-top: 6px;
	font-size: 1.1em;
}
	
#lineBreak {
	margin-top: 6px;
	border-top: 1px #FFFFFF solid; 
	width: auto; 
}

#mainFlash {
	width: auto;
	height: 304px;
}	


/* styles */
a:link,a:active,a:visited {
	color : #FFFFFF; text-decoration: none;
}
a:hover	{
	text-decoration: none; color : #FFFFFF; 
}
	