body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #325479;
	font: 11px verdana, sans-serif;
	text-align: center;
	min-width: 628px;
}

#container {
	width: 100%;
	position: absolute;
	top: 15%;
	left: 0px;
}

#container p {
	padding-top: 10px;
	color: #325479;
}

#container p a {
	color: #325479;
	text-decoration: none;
}

#container p a:hover {
	color: #325479;
	text-decoration: underline;
}

#splash {
	margin: 0px auto;
	width: 628px;
	height: 298px;
	background: url(yojax.jpg) no-repeat;
}

#splash a {
	display: block;
	width: 100%;
	height: 100%;
}

#splashButton {
	border: none;
	position: relative;
	top: 220px;
	width: 133px;
	height: 58px;
}

#menu {
	list-style: none outside none;
}

#menu li {
	display: inline;
}

#menu li a {
	padding: 5px 10px;
	color: #4494D6;
	border-bottom: 2px solid #325479;
	font-weight: bold;
	text-decoration: none;
}

#menu li a:hover {
	color: #6FDCFB;
	border-color: #4494D6;
	text-decoration: none;
}

h6, h6 a, h6 a:hover {
	color: #010101;
	text-decoration: none;
	font-size: 1px;
}
