*{
	margin: 0;
	padding: 0;
	border: 0;
	

}


html {
	height: 100%;
	min-height: 570px;
	overflow-y: auto!important;
	overflow-y: hidden;/* only for IE*/
	overflow-x: hidden; 
}


body
{
	height: 100%;
	background-color: #FFF;
	margin: 0px;
	text-align:center;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a {text-decoration: underline; color:#FFF;}
a:link {text-decoration: underline; color:#FFF;}
a:visited {text-decoration: underline; color:#CCC;}
a:hover {text-decoration: underline; color:#FFF;}
clear{clear:both;}

#all{
	top:0;
	left:0;
	 display:inline;
	 zoom:1;
	width: 100%;
	
	z-index: 4;
	overflow-y: hidden; /* only for IE*/
	overflow-x:hidden; /* only for IE*/
}
#cover{
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
}
/*  Header */
#header {
	width: 100%;
	height: 92px;
	background: transparent url(../images/genearl/top_bg.jpg) repeat-x center center;
	text-align:center;
}
/*  topbar - Header */
#top {
	margin:0 auto 0 auto;
	width: 770px;
	height: 92px;
	
}
#top .logo {
	margin:5px 0 0 15px;
	width: 153px;
	height: 61px;
	text-align:left;
	float:left;
}
#top .impeller {
	margin:5px 0 0 0;
	width: 466px;
	height: 34px;
	text-align:right;
	float:right;
}

/*  nav - Header */
#nav {
	margin:5px 0 0 0;
	width: 561px;
	height: 26px;
	float:right;
	padding-right:14px;
	display: inline;
}

#nav ul li{
	list-style: none;
	float:right;
}
#nav li.divider{
	width: 2px;
	height: 26px;
	background: url(../images/genearl/nav_divder.gif) no-repeat 0 0;
}
/*  subnav - Header */
#subnav {
	width: 756px;
	height: 22px;
	padding-right:14px;
	clear:both;
}
#subnav ul li{
	list-style: none;
	float:right;
}
#subnav  li.divider{
	width: 2px;
	height: 22px;
	background: url(../images/genearl/subnav_divider.gif) no-repeat 0 0;
}

/* Footer */
#footer {
	left:0;
	bottom:0;
	width: 100%;
	height: 34px;
	background: url(../images/genearl/bottom_bg.jpg) repeat-x center center;
}
/* bottombar - Footer */
#bottom{
	margin:0 auto 0 auto;
	width: 770px;
}
#bottom a{
	margin:3px 15px 0 0;
	float:right;
}


/* Conetents */
#contentsbg {
	padding:15px 0 7px 0;
	width: 100%;
    zoom:1;
	background-color:#FFF;
}
#contents {
	margin: 0 auto 0 auto;
	width: 770px;

}

#contents .title{
	margin-bottom:10px;
	width: 100%;
	float:left;
	text-align:left;
	display:inline;
	background: url(../images/genearl/titlebar.gif) repeat-x center center;
}
