@charset "UTF-8";
/* CSS Document */

* { margin:0; padding:0;}
body {
	background-image:url(../img/body_bg.jpg);
	color:#777a7c;
	font-family:Verdana,Arial;
	font-size:14px;
	line-height:20px;

}



#over a {
	color:#eaeaeb;
	text-decoration:none;
}


#over a:hover {
	color:#ccc;
	text-decoration:underline;
}


h1{
	font-size:18px;
	line-height:22px;
	font-weight:bold;
}


h2 {
	font-size:14px;
	line-height:18px;
	font-weight:normal;
}





#wrapper {
	position:absolute;
	top:50%; height:583px;
	margin-top:-291px;
	left:50%;
	width:800px;
	margin-left:-400px; 
	}


#navi{
	width:800px;
	padding-top:9px;
	text-align:center;
	font-family:verdana;
	color:#404040;
	font-size:16px;
	font-weight:normal;
}

#navi a {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	
}

#navi a:hover {
	color:#404040;
	text-decoration:none;
	font-weight:normal;
}


