/* layout */
#container {width:100%; min-width:1280px;}

.main {
	width:1192px;
	padding: 20px 0 20px 0;
	position: relative; 
	overflow:hidden;}
.main:after {
	content: "";
	font-size: 0px;
	line-height: 0px;
	display: block;
	clear: both;
}
.content{
	width:1004px;
}






