html{
	/*overflow:hidden;*/
}
.title_section{
	font-family:Times, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:red;	
}
body{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	background-color:#eed9ae;
}
#flashcontent{
	position:absolute;
	height:100%;
	width:100%;
}
