body {
	background : #F1F1F1;
	margin : 0 0 0 0;
}

#container {
	position:relative;
	height : 100%;
	width : 100%;
}

#flash_movie {
	position:relative;
	width:800px;
	height:600px;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -400px;
}

p,a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#888888;
}

div.details {
	display:none;
}
.details_p {
	color:#FFFFFF;
}