/* CSS Document */

body
{
	margin: 0px;
	border: 0px;
	padding: 0px;
	
	background:#620000;
}

.boxFlash
{
	width: 800px;
	height: 600px;
	position: absolute;
	margin-left: -400px;
	margin-top: -300px;
	left: 50%;
	top: 50%;
}

#flashcontent
{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}