@charset "UTF-8";

html {
	height: 100%;
	overflow: auto;
	color:white;
	font-family: Arial;
	font-size:1em;
}
#flashcontent {
	background:white;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}


.box {
	width:300px;
	display:block;
	float:left;
}

.box2 {
	width:500px;
	display:block;
	float:left;
}
