/* CSS Document */

body {
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#container {
	width: 800px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(torii.jpg);
	background-repeat: no-repeat;

}

#navigation {
	width: 800px;
	height: 90px;
	position: absolute;
	top: 500px;
	left: 0px;
	padding-top: 10px;
	overflow: hidden;		
}



#navigation ul {
	text-align:center;	
	list-style-position: inside;
	list-style-image: none;
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
	display:block;
}


#navigation ul li {
	display: inline;
	margin-left:10px;
	margin-right:10px;
	
}

a {
	font-size: 34px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;	
}

#w3_valid {
	left:590px;
	width:200px;
	height:40px;
	bottom: -50px;
	position: absolute;
	padding: 5px;	
}

#w3_valid img {
border-style: none;
}
