* {
	margin: 0px;
	padding: 0px;
	line-hight: 100%;
	border: none;
	text-decoration: none;
}

body {
        height: 100%;
	height: 950px;
	background-color:rgb(9,39,50);
	font-family: Tahoma, sans-serif;
	font-size: 0px;
	background-image:url(image/haikeiover2.png);
	background-position: center top;
	background-repeat:no-repeat;

}



	

#container {
	margin: auto;
	width: 800px;
	color: rgb(220,220,220);
}

header {
	height: 200px;
	background:url(image/webup.jpg);
	background-repeat:no-repeat; 
	
}



h1 {
	font-size: 12px;
	text-align: center;
}

h2 {
	font-size: 8px;

}

h3 {
	font-size: 18px;

}

nav {
	height: 29px;
	background-image : url("image/liback.jpg");
}

nav li {
	list-style-type: none;
	float: left;
	width: 133px;
}
 
nav li  a{

}



#contents {
	clear:both;
	font-size: 14px;
	z-index: 1;
	height: 650px;
	padding-top: 10px;
	padding-left: 13px;
	padding-right: 13px;	
	background-attachment:scroll;
	background-color:rgb(41,36,32);
	background-repeat:no-repeat;
	background-position:center;
	overflow: auto;

}



footer {
	top:782px;
	z-index: 2;
	position: absolute;
	width: 800px;
	height: 216px;
	background-image : url("image/footer2.png");
	background-position: center;
	background-repeat:no-repeat;
}


