body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background: url(../_imgs/widescreen.jpg) no-repeat center fixed;
	background-color:#000;
	overflow:hidden;
	overflow-x: hidden; 
	overflow-y: hidden;
}

#flashContent { 
	text-align: center; 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	height: 648; 
	margin-top: -324px; 
	width: 1004px; 
	margin-left: -502px; 
} 

a
{
	color : #FFFFFF;
}

#calculatorBox
{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-301px;
	margin-top:-237px;
	display:none;
	z-index:1000;
}
