html body { padding:0; margin:0; width:100%; height:100%; background-color: #fdf4f5;}

.content_bg {
	background:url(/images/index/index_bg2.jpg) no-repeat top center;
	min-width: 950px;
	*width: expression( document.body.clientWidth < 950 ? "950px" : "100%" ); 
}

/*  Top Menu */
.menu_content {
	position:relative; width:950px; height:109px; overflow: auto;overflow-x:hidden; overflow-y:hidden; padding:0; margin:0 auto;
}



.divMenu {
	position:absolute;
	width:950px;
	height:76px;
	top:33px;
	left:480px;
}

.divMenu .top_menu_body li { 
	list-style-type:none;
	float:left;
	border:0; 
	margin:0;
	padding:0;
	height:76px;
}

.divMenu .top_menu_body li a{ 
	display:block;
	width:60px;
	line-height:76px;
}

.divMenu .top_menu_body li a:hover{ 
	display:block;
	width:60px;
	line-height:76px;
}

.divMenu .top_menu_body li .menu1{ 
	background:url(/images/index/top_menu.jpg) no-repeat 0 0;
}


.divMenu .top_menu_body li .menu1:hover{ 
	background:url(/images/index/top_menu.jpg) no-repeat 0 -76px;
}

.divMenu .top_menu_body li .menu2{ 
	background:url(/images/index/top_menu.jpg) no-repeat -60px 0;
}


.divMenu .top_menu_body li .menu2:hover{ 
	background:url(/images/index/top_menu.jpg) no-repeat -60px -76px;
}

.divMenu .top_menu_body li .menu3{ 
	background:url(/images/index/top_menu.jpg) no-repeat -120px 0;
}


.divMenu .top_menu_body li .menu3:hover{ 
	background:url(/images/index/top_menu.jpg) no-repeat -120px -76px;
}

.divMenu .top_menu_body li .menu4{ 
	background:url(/images/index/top_menu.jpg) no-repeat -180px 0;
}


.divMenu .top_menu_body li .menu4:hover{ 
	background:url(/images/index/top_menu.jpg) no-repeat -180px -76px;
}

.divMenu .top_menu_body li .menu5{ 
	background:url(/images/index/top_menu.jpg) no-repeat -240px 0;
}


.divMenu .top_menu_body li .menu5:hover{ 
	background:url(/images/index/top_menu.jpg) no-repeat -240px -76px;
}

.divMenu .top_menu_body li .menu6{ 
	background:url(/images/index/top_menu.jpg) no-repeat -300px 0;
}


.divMenu .top_menu_body li .menu6:hover{ 
	background:url(/images/index/top_menu.jpg) no-repeat -300px -76px;
}

.divMenu .top_menu_body li .menu7{ 
	background:url(/images/index/top_menu.jpg) no-repeat -360px 0;
}


.divMenu .top_menu_body li .menu7:hover{ 
	background:url(/images/index/top_menu.jpg) no-repeat -360px -76px;
}

.divMenu .top_menu_body .menu_space6{ 
	width:6px;
}
.divMenu .top_menu_body .menu_space7{ 
	width:7px;
}
.divMenu .top_menu_body .menu_space8{ 
	width:8px;
}
/*  Top Menu End */
/*  Login Form  */
.login_content {
	position:relative; width:950px; height:260px; overflow: auto;overflow-x:hidden; overflow-y:hidden; padding:0; margin:0;
}

.divLogin {
	position:absolute; 
	padding:0; 
	margin:0;
	top:133px;
	left:101px;
}

#frmLogin input {
	padding-bottom:2px;
}
/*  Login Form End */
/*  Footer  */
.footer_content {
	position:relative; width:950px; height:280px; overflow: auto;overflow-x:hidden; overflow-y:hidden; padding:0; margin:0;
}

.divFooter {
	position:absolute; 
	padding:0; 
	margin:0;
	top:35px;
	left:20px;
}
/*  Footer End */

