* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	background-color: #FFF;
	color: #000;
	text-align: center;
	background-image: url(imgs/bg.gif);
}
#distance {
	width:1px;
	height:50%;
	margin-bottom:-290px;
	float:left;
}
#container {
	margin:0 auto;
	position:relative;
	text-align:left;
	width: 912px;
	height: 580px;
	margin-left: auto;
	margin-right: auto;
	clear:left;
}
#flashcontent h1, #flashcontent p {
	background-color: #FFFFFF;
}