@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
}

li{
	list-style:none;
}
a:link{
	text-decoration:none;
	color:#333;	
}
a{
	color:#333;	
}
#wrap{
	width:100%;
	height:100%;
}
#header_bg{
	width:100%;
	height:136px;
	background-color:#101012;
}
#header{
	width:1148px;
	height:136px;
	margin:auto;

	
}
#header .logo{
	width:225px;
	height:45px;
	background:url(../images/logo.png) no-repeat 0 0;
	margin-top:55px;
	float:left;
}
#container_bg{
	width:100%;
	height:650px;
	background:url(../images/bg_2.png) no-repeat 0 0;
}
#container{
	width:1148px;
	height:828px;
	margin:auto;
}
#container .new_bg{
	width:539px;
	height:382px;
	float:left;
	margin-top:181px;
}
#container .new_bg .new{
	width:539px;
	height:51px;
	background:url(../images/new.png) no-repeat 0 0;
	float:left;
}
#container .new_bg .search{
	width:259px;
	height:53px;
	background:url(../images/search.png) no-repeat 0 0;
	float:left;
	margin-top:210px;
}
#container .printer{
	width:482px;
	height:382px;
	background:url(../images/printer.png) no-repeat 0 0;
	float:left;
	margin-top:181px;
	margin-left:127px;
}
#container .bottom_logo{
	width:1148px;
	height:68px;
	background:url(../images/bottom_logo.png) no-repeat 0 0;	
	margin-top:120px;
	margin-left:27px;
	float:left;
}