html {
	height:100%;
	overflow:hidden;
}

body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	background-color: #2B2828;
}

#flashcontent {
	height:100%;
	width:100%;
}

#style1 {
	position: absolute;
	height: 159px;
	width: 288px;
	background-color: #2B2828;
	background-repeat: no-repeat;
	top: 50%;
	left: 50%;
	margin-top: -80px;
	margin-left: -144px;
	
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}