* {
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	width: 100%;
	background: #032051;
	font-family: Tahoma,sans-serif;
	color: #fff;
}
#wrapper {
	min-width: 362px;
	max-width: 1560px;
	text-align: center;
	margin: auto;
}
#header {
	background: url(images/top_bg.png) repeat-x;
	height: 82px;
	overflow: hidden;
	margin-bottom: 5px;
}
#container {width: 100%;float: left;overflow: hidden;}
#content {padding: 0;}
#content h1{font-size: 20px;}
#content .title{color: #ff0012; text-align: center; line-height: 35px;}
.thumbs{width: 100%;padding:4px 0 0 0; margin:0 auto; display:none;}
.thumbs img{float: left; background: #F6F6F6 url(/images/thumb_bg.gif) no-repeat center;}
.thumbs a img{border: 1px solid #000;}
.thumbs a:hover img{border: 1px dashed #999999;}
.thumbs a:hover{border: none;}
.mthu {position:relative; margin-bottom:5px; width:302px;}
.mthu h2 {position: absolute; color: #FFF; padding: 2px 8px 3px 8px; line-height: 25px; font-size: 19px; background: rgba(0,0,0,.4); z-index: 2; font-weight:400;}
.mthu>a, .bxath {display:block;}
.mthu>a img {display:block;}

