body{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}
html {
	height: 100%;
	overflow: hidden;
}
#content{
}
#flashcontent{	
	margin-top: 20px;	
	position: absolute;
}
.back{
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 13px;
	font-family: Verdana;	
}
.back a{
	color: #868181;
	text-decoration: none;
}