body{
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) repeat-x;}

body *{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;}

a{
	text-decoration:none;
	border:none;}
	
img{
	border:none;}

.wrapper{
	margin:0 auto;
	width:920px;
	height:620px;}
	
.header{
	float:left;}

.logo{
	float:left;}

.head_content{
	float:left;
	width:714px;
	height:35px;
	background:url(../images/header_bg.jpg) no-repeat;
	margin-top:41px;}
	
marquee{
	color:#FF9900;
	width:400px;
	margin-left:80px;
	float:left;
	margin-top:8px;	
}

.head_content img{
	float:right;
	margin-right:6px;
	margin-top:6px;
}

.container{
	float:left;}
	
.content{
	position:relative;
	float:left;
	width:920px;}

.menu{
	position:absolute;
	top:0;
	left:0;}
	
.footer{
	float:left;
	width:920px;
	margin-top:6px;
	color:#999999;
	border-top:1px solid #FF6600;}
	
.footer p{
	margin-top:9px;}
	
.footer p span{
	word-spacing:20px;}
	
.footer p a{
	color:#999999;}
	
#loader {
  background-color: #FFFFCC;
  border: 1px solid #CC0000;
  position: fixed;
  color: #CC0000;
  z-index: 1000;
  left: 0px;
  bottom: 0px;
  padding: 5px 15px;
  font-size: 12px;
  /*display: none;*/
  filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=.65);
  opacity: 0.65;
  position: absolute;
}