/* CSS Document */
html{
	height:100%;
	width:100%;
}

body {
	height:100%;
	width:100%;
	padding:0px;
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align:center;
	background-color:#000000;
}

a {
	color: #ffffff;
}
#flashArea{
	height:100%;
	width:100%;
}
