html {
	height: 100%;
}

BODY {
	background-color: #120900;
	height: 100%;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
    color:#C6C6C6;
    margin: 0;
    padding: 0;
}
	
#flashcontent {
	height: 100%;
	width: 100%;
}

a:link { color:#b97d0a; text-decoration:underline; }
a:visited { color:#b97d0a; text-decoration:underline; }
a:active { color:#b97d0a; text-decoration:underline; }
a:hover { color:#C6C6C6; text-decoration:none; }