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: #a8a8a8;
}

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

div#flashcontent {
	height:100%;
	width:100%;
	/* OPTIMIZED FOR FIREFOX 1024x768 */
	min-width:1002px;
	min-height:607px;
}

div#flashcontent img {
	margin-top:50px;
}