html{
	height:100%;
	width:100%;
}

body {
	width:100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-family: "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #302B37;
}

/************* FLASH CONTENT ************/

div#flashcontent {
	height:100%;
	width:100%;
	/* OPTIMIZED FOR FIREFOX 1024x768 */
	min-width:1002px;
	min-height:680px;
	position: absolute;
	z-index: 0;
}

div#logo {
	position:fixed;
	right: 0;
	bottom: 0;
	z-index: 1;
}