@charset "utf-8";
/* CSS Document */

html{
	margin:0px;
	height:100%;
	width:100%;
	padding:0px;
}


body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;	
	background-color:#000000;
}


#wrapper{
	width:800px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-right:10px;
}


#title{
	
	background-image:url(images/title.jpg);
	height:53px;
	width:199px;
	margin-top:40px;
}

#line{
	background-image:url(images/line.png);
	height:17px;
	width:765px;
	background-repeat:no-repeat;
	margin-top:50px;
	
	
	
}

#nav{
	font-family:Helvetica, Arial, sans-serif;
	color:#FFF;
	font-size:14px;
	word-spacing:30px;
	
}

.navi{
	font-family:Helvetica, Arial, sans-serif;
	text-decoration:none;
	color:#FFF;
}


.navi:hover{
	font-family:Helvetica, Arial, sans-serif;
	text-decoration:none;
	color:#a0da00;
}
