body {
	
	background: url(images/images/New-OKAMI_01.jpg) repeat-x top;
	background-attachment:fixed;
	margin: 0;
}

#linktext {
	
	top: 10px;
	
	width: 800px;
	
	position: relative;
	
	text-align: center;
	
	font: 9pt "tahoma";
	
	margin: 0px auto;
}

#links {
	
	width: 100%;
	
	height: 35px;
	
	position: relative;

	background: url(images/images/New-OKAMI_03.jpg) no-repeat center;
	
}

#header {
	
	width: 100%;
	
	height: 113px;
	
	position: relative;
	
	background: url(images/images/New-OKAMI_06.jpg) no-repeat center;
	
}

#main {
	
	width: 100%;
	
	position: relative;
		
	font: 9pt "Century Gothic";
}

#texttitle {
	
	width: 400px;
	
	height: 30px;
	
	background: url(images/menu.png) no-repeat center top;

	padding-top: 4px;
	
	text-indent: 4px;
	
	font: bold 9pt "Century Gothic";
	
	color: #FFF;

}

#maintext {
	
	width: 800px;
	
	margin: 0px auto;
}

#bottomtext {
	
	top: 25px;
	
	width: 800px;
	
	position: relative;
	
	font: 7pt "Century Gothic";
	
	text-align: center;
	
	margin: 0px auto;
}

#bottom {
	
	width: 100%;
	
	height: 65px;
	
	position: relative;
	
	background: url(images/images/New-OKAMI_09.jpg) no-repeat center;
}

a:link {
			
	color:#000066;

}

a:active {
	
	color:#000066;
	
}

a:visited {
	
	color:#000066;
	
}

a:hover {
		
	color:#999;
		
}

a.nav:link {
			
	color:#FFF;
	text-decoration:none;

}

a.nav:active {
	
	color:#FFF;
	text-decoration:none;
	
}

a.nav:visited {
	
	color:#FFF;
	text-decoration:none;
	
}

a.nav:hover {
		
	color:#999;
		
}