html{
	height: 100%; 
	width: 100%;
}
body {
	background:#ffffff;
    margin-left: 0px;
	margin-top: 0px;            
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}
#flasharea {
	background:#ffffff;
    position: absolute;
	top: 25px;
	left: 50%;
	width: 950px;
    margin-left: -475px;
	margin-top: 0px;
	padding: 0;
	border: 0px solid #cccccc;
	border-bottom:0px solid #CCCCCC;
	border-top:0px solid #ff5611;
}

