body{
	background:#ffffff;
	
	margin:0px;
	padding:0px;
}

#flashContent {
	position:absolute;

	width:100%;
	height:100%;
	
	min-width:600px;
}

.bottomCover{
	position:absolute;
	
	bottom:0px;
	left:0px;
	
	height:26.5%;
	width:100%;
	
	background:#e1e1e1;
}
