@charset "utf-8";
/* CSS Document */

body{ 
	font-size:12px;
	font-family:"宋体","Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Verdana", "Arial", "sans-serif";
	background:#3c0025 url(../images/bg.jpg) no-repeat top center;
}
body,form,p{ 
	margin:0; 
	padding:0;
}
img{ 
	border:none;
	vertical-align:bottom;
}
a{ 
	text-decoration:none;
}
a:hover{ 
	text-decoration:underline;
}
a,button{ 
	outline:none;
	*hide-focus:expression(this.hideFocus=true);
}
.clear{ 
	clear:both;
}
ul,li{ 
	list-style:none; 
	margin:0; 
	padding:0;
}
/* ----frame--- */
#wrap{
	width:999px;
	margin:0px auto;
}
#main{
	height:585px;
	padding-top:20px;
	text-align:center;
	background:url(../images/bg_27.jpg) no-repeat;
}