html{
	overflow: scroll;
	overflow-x: hidden;
	overflow-x: auto !important;
}
body{
	width:auto;
}
BODY {
	width:1002px;
	margin:0px auto 0px auto;
	padding:0px;
	text-align:center;
	font-size:12px;
	background-color: #ffffff;
}
form{
	margin:0px;
	padding:0px;
}
a{
	cursor:pointer;
	text-decoration:none;
}
a img{
	border:none;
}
div#wrap{	
	background:url(../images/bg.jpg) center repeat-y;
}
div#container{
	background:url(../images/foot_bg.gif) no-repeat bottom center;
}

div#banner{
	clear:both;
}

div#content{
	clear:both;
	width:100%;
}

div.footer{
	clear:both;
	line-height:28px;
	height:28px;
	text-align:right;
	vertical-align:bottom;
	padding-right:20px;
}
div.footer a,div.footer span{
	color:#635e59;
	margin-left:12px;
	margin-right:12px;	
	font-family:ºÚÌå;
	font-weight:bold;
	font-size:13px;
}
div.footer a img{
	vertical-align:middle;
}