
/* ------------------------------------------------------------------------------------------------------*/
/* ZERO OUT ALL BROWSER PRE-SET VALUES  -----------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



/* ------------------------------------------------------------------------------------------------------*/
/* BASE BLOCK ELEMENTS & GLOBAL STYLES ------------------------------------------------------------------*/



body { background: #000000;  }

#wrapper { width: 990px; margin: 0 auto; }

#flashWrapper { 
	position: relative;
	margin: 0 -145px;
}

#googleAds {
	margin: 18px auto 0 auto;
	text-align: center;
	width: 728px;
}

#footer {
	margin: 37px 0 10px 0;
	text-align: center;
}




/* -------------------------------------------------------------------------------------------------------*/
/* FOOTER BLOCK  -----------------------------------------------------------------------------------------*/

#footer p {
	color: #666666;
	font-size: 10px;
	line-height: 18px;
}

#footer a:link { color: #666666; text-decoration: none; }
#footer a:visited { color: #666666; text-decoration: none; }
#footer a:hover { color: #cccccc; text-decoration: underline; }
#footer a:active { color: #666666; text-decoration: none; }