/*MAIN LAYOUT*/

body {	
	background-color:#cccccc;	
	background-repeat:repeat-x;
	font-family:'Arial';
	font-size:11px;
	color:white;
	padding:0px;
	margin:0px;
}

body,html { width:100%; height:100%; }

#flash {
	width:100%;
	height:100%;
}

