body, p, td
{
	font-family: Skia, Verdana, Arial, Helvetecia, Sans;
	color: #eee;
	font-size: 12pt;
}
body {
	padding:0px;
	margin:0px;
	width: 100%;
	height: 100%;
	background-color: #111;
}
#bg {
	position: absolute;
	left: 0px;
	right: 0px;
	width: 800px;
	height: 500px;
	z-index: 1;
	overflow: default;
}
#flashcontent {
	position: absolute;
	z-index: 2;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	min-width: 800px;
	min-height: 500px;
}

.full {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 100%;
	bottom: 100%;
}
a, a:visited {
	color: #eee;
}
a:hover, a:active {
	color: #9eabc5;
}