﻿body{
	background:black url('../images/page_bg.png') repeat scroll center top;
	color:white;
	width:1000px !important;
	overflow:auto;
}
iframe{
	visibility:hidden;
}
.infBt{
	background:transparent url('../images/infBT.png') no-repeat 0 0;
	font-weight:bold;
	color:white;
	width:150px;
	height:22px;
	border:none;
	cursor:pointer;
}
.infBt:hover{
	background:transparent url('../images/infBT.png') no-repeat 0 -22px;
	font-weight:bold;
	color:white;
	width:150px;
	height:22px;
	border:none;
	cursor:pointer;
}
.top_logo{
	width:720px;
	height:240px;
	background: transparent none;
	margin:0 auto 0 auto;
	z-index:11;
	display:block;
}
.ajax_load_loc{
	text-align:center;
	width:100%;
}
h3{
	margin:0px 0px 0px 0px;
}
hr{
	margin-top:0px;
}
.reqest_handler{
	position:absolute;
	top:-10000%;
	left:-10000%;
	width:10px;
	height:10px;
	visibility:hidden;
}