html, body 
{
	background-color: 	#042838;
	margin:				0px;
	
	overflow:			hidden;
	
	height:				100%;
}

body, td, th 
{
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			10px;
	color: 				#fff;
}

img
{
	margin:				0px;
	border:				0px;
}

a:link 
{
	color: 				#222;
	text-decoration: 	none;
}
a:visited 
{
	text-decoration: 	none;
	color: 				#000;
}
a:hover 
{
	text-decoration: 	underline;
	color: 				#444;
}
a:active 
{
	text-decoration: 	none;
}

#flashcontent 
{
	height: 			100%;
}

#message
{
	position:			absolute;
	
	left:				50%;
	top:				150px;
	
	width:				470px;
	height:				370px;
	
	margin-left:		-235px;
}