/* CSS Document */
<!--
html, body {
	height: 100%;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/tlo.jpg);
	background-repeat: repeat;
}
#flashcontent {
	width:100%; margin-left: 0;
	height:100%; margin-top: 0;
	position:absolute; top:0; left:0;
}
body,td,th {
	color: #CCCCCC;
}
-->
