@CHARSET "ISO-8859-1";
body {
	margin: 0px;
	border: 0px;
	padding:0px
	height: 100%;
	background-color: #000;
	color:#fff;
}
#main {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-width: 1010px;
	min-height: 750px;
}

p.flashplayer{
	float:right;
}
p.flashplayer img{
	float:right;
}
a{
	color:#186BAB;
	text-decoration:none;
}

a:hover{
	color:#FFF;
	text-decoration:underline;
}