/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
#flashcontent {
	height: 100%;
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:#040301;
}
#maintable {
	height:100%;
	width:100%;
	background-attachment: scroll;
	background-image: url(../refresh.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}
.credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #000000;
}
.credits2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
a:link {
	color: #B7B431;
    text-decoration: none;    
}
a:hover{
	color: #B7B431;
    text-decoration: underline;
}
#center {
	width:990px;
	height:590px;
	margin:-295px 0 0 -495px;
	top:50%;
	left:50%;
	position:absolute;
	color: #040301;
}
