@charset "UTF-8";
/* CSS Document */
#container{
	width:987px;
}
#header{
	margin:0;
	margin-top: 0px;
}
#cover{
	clear:both;
	background:url(../images/home_cover_bg.png) bottom left no-repeat;
	width:inherit;
	height:458px;
}
#cover .banner{
	background:url(../images/home_cover.jpg) top left no-repeat;
	height:371px;
}
#cover a.button{
	display:block;
	width:244px;
	height:86px;
	float:right;

}
#cover a.button span{
	display:none;
}

#banners{
	float:none;
	width:987px;
	margin:0 auto;
}
#banners div{
	margin:5px 3px;
}

