body {
background-color: #333;
background-image:url(graphics/background.jpg);
background-position:center;
background-repeat:repeat-y;

}
	
* {
	font-family: 'Helvetica', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
	
div#main {
	width: 1000px;
	height: 808px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;

}

div#flash {
	width: 900px;
	height: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color:#999999;
}



.clearfix { display: inline-table; }

/* backslash hack hides from IE mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end backslash hack */
