@charset "UTF-8";
/* CSS Document */

html {
	height:100%;/*overflow:hidden;*/
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F0F0F0;
	height:100%;
	width:100%;
	margin:0px;
	border:0px;
	font: normal 100% Helvetica, Arial, sans-serif;
	background:#ebebeb;
}
#flashcontent{
	height:100%;
	width:100%;
	}
	
	a{
	color:#F0F0F0;	
		}