html, body{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	background-color:#F1F4F7;
	background-image:url('pic/bghor.png');
	background-repeat:repeat-x;

	
	margin:0px;
	padding:0px;
	

	
	
}
#container{
	width:700px;
	position:absolute;
top:35%;
left:40%;
right:-40%;
width:600px;
height:300px;
margin-left:-230px;
margin-top:-150px;

	
}
#header{
background-color:#F1F4F7;
position:inherit;
width:700px;
height:20px;
top:50%;
left:40%;
margin-left:-125px;
margin-top:-265px;

}

#navi{
	width:430px;
	height:15px;
	margin-top:5px;
	margin-left:250px;
	font-size:140%;
	list-style-type:none;
		
	
}
#content{
width:700px;
height:430px;
	background-color:#D0D9E7;
	overflow:auto;
	padding-left:11px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	border:2px solid #89A1C6;
	font-size:140%;
	line-height:1.3;
	

}
#partner{
width:600px;
height:auto;
	height:15px;
	margin-top:20px;
	font-size:9px;
}
#footer{
	height:15px;
	position:inherit;
	margin-top:25px;
	margin-left:40%;
	
	color:#999999;
	text-align:center;
	font-size:110%;
	
}
.button{
	width:60px;
	height:10px;
	text-align:center;
	float:right;
	cursor:pointer;
}
.button:hover{
text-decoration:underline;
text-transform:capitalize;
	
}

h6{
	margin-top:2px;
	font-size:9px;
	font-weight:100;
}
a:link {
	text-decoration:underline;
	color:#666666;
}
a:visited {
	text-decoration:underline;
	color:#666666;
}
a:active {
	text-decoration:underline;
	color:#666666;
}
a:hover {
	color:#666666;
}

