@import url("formats.css");
@import url("structure.css");
.menu_background_ {
	background-color:#0a5189;
	position:absolute;
	top:108px;
	width:100%;
	height:45px;
	z-index:-1;
}
.div_line_background_ {
	background-color:#FFF;
	position:absolute;
	top:105px;
	width:100%;
	height:3px;
}
.background_content
	{
    	background-color: #fff ;
        width:1024px;
        height:100%;
        float:left;
    }