html {
	height: 100%;
	overflow: hidden;
}

body {
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #110c04;
	height: 100%;
	overflow: hidden;
}

img {
	border: 0;
}

#flashcontent {
	width: 100%;
	height: 100%;
}

#detect {
	position: absolute;
	width: 452px;
	height: 266px;
	left: 50%;
	top: 50%;
	margin-left: -226px;
	margin-top : -212px;
	text-align: center;
}

#noscript {
	margin: -28px 0 0 0;
	color: #FFFFFF;
	font-size: 11px;
}

#bio {
	margin: 18px 0 0 0;
	color: #76674f;
	font-size: 11px;
}

#bio a {
	text-decoration: none;
	color: #c6b9a3;
	font-size: 11px;
}

#bio a:hover {
	text-decoration: underline;
	color: #947139;
	font-size: 11px;
}
