/* CSS Document */
html 
{
	height: 100%;
	overflow: hidden
}

body 
{
	height:100%;
	margin:0;
	padding:0;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	background:#000000;
}

#vilasul 
{
	width:100%;
	height:100%;
}

#noflash 
{
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-135px;
	margin-top:-43px;
	text-align:center;
}