@charset "utf-8";
/* CSS Document */

body,html{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	margin:0; 
	padding:0px;   
	text-align : center;
   
	background: #fbd606 url(../images/gold-background.jpg) center no-repeat fixed;
}



#mainWrapper{
	background-color: transparent;
	padding: 0;
   	background: url(../bg.jpg) no-repeat center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -300px;
	min-width: 920px; 
}

#mainContainer{
	padding:0;
	/*border: 1px solid #c0c0c0;*/
   	width : 920px;
   	height : 600px;
   	margin : auto;
}


#flashcontent{
	margin:0;
	width: 920px;
	height: 600px;
}


#contentMain
{
	padding:0;
	height:600px;
}
