*:focus {-moz-outline-style:none;outline:none;}
* {
	border:0px;
	margin:0px;
	padding:0px;
}
html {
	height:100%;
	overflow-x:hidden;
	overflow-y:scroll;
	overflow:-moz-scrollbars-none;
	overflow:-moz-scrollbars-vertical;
}
body {
	text-align:center;
	background:#f8f8f8;
}
a {
	color:#808080;
	-moz-outline-style:none;
	-moz-user-select:none;
	text-decoration:underline;
}
a:hover {
	color:#005192;
}
div {
	position:relative;
}
#content, #disclaimer {
	margin:0 auto;
	width:818px;
}
#content {
	margin-top:25px;
	height:618px;
}
#flash, #bg, #disclaimer {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}
#flash {
	top:9px;
	left:9px;
	width:800px;
	height:600px;
	margin:0 auto;
	text-align:center;
	z-index:2;
	color:#808080;
	font-size:12px;
	font-family:Arial,Helvetica,Sans-Serif;
}
#flash div {
	margin-top:280px;
}
#bg {
	width:818px;
	height:618px;
	background:url('../img/bg.gif') no-repeat 0px 0px;
}
#disclaimer {
	top:618px;
	height:30px;
	z-index:3;
	color:#808080;
	font-size:9px;
	font-family:Arial,Helvetica,Sans-Serif;
}
a {
	color:#005596;
	text-decoration:none;
}
a:hover {
	color:#005596;
	text-decoration:underline;
}