/*********************************

	 Project Name CSS Guide

	 Project: 

	 Version: 1.0	 

 *********************************/

	/*************************
	
	Base
	
	*************************/
	*{ padding:0px; margin:0px;}
	BODY, TD, TH, INPUT, SELECT, TEXTAREA, DIV, P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
	font-size: 9px;
	color: #ffffff;
	}
	a:focus, a:active { outline:none; }
	a{ text-decoration:none;color:#BA8748;}
	html{ width:100%; height:100%;}
	body { border: 0; padding: 0; margin: 0; width:100%; height:100%; text-align:left; background:#000000;}
	.hide{display:none;}
	
	.siteWrapper{ width:100%; height:100%; text-align:left; }
	.flashContent{ width:1280px; height:100%; background:#000000; margin:0;}
