html, body{
	height:100%;
	overflow:auto;
}
body {
	background-color:#cccccc;
	margin: 0px;
	border:0px;
	padding:0px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center; /* horizontal centering for IE Win quirks */
	overflow:hidden;
	min-height:630px;
	min-width:850px;
}
a:focus{
	outline:none;
}
a:visited{
	outline:none;
}
img{
	border:0px;
}
#no_flash{
	background:url(../images/bg_no_flash.jpg) top left no-repeat;
	width:850px;
	height:630px;
}
#info_no_flash{
	text-align:center;
	width:850px;
	margin-top: 500px;
	left: 0px;
}
#info_box{
	display:none;
	visibility:hidden;
}
