html>body
{
	margin: 0px;
}

#menu {
	position: relative;
	top: 286px;
	vertical-align: bottom;
	float:right;
    width: 650px;
	z-index: 999;
}

#contents
{
	margin-right:auto;
	margin-left:auto;
	width: 930px;
	padding: 0px;
	background-color: #FFF;
	color: #000;
	font-family: verdana, tahoma, sans-serif;
}

#splash
{
        position: absolute;
        top: 100px;
	height: 310px;
        top: 100px;
        margin-right:auto;
	margin-left:auto;
}

#mainContents
{
	margin-right:auto;
	margin-left:auto;
        position: absolute;
        top: 400px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	width: 906px;
	padding: 10px;
	background-color: #FFF;
	color: #000;
	min-height: 700px;
	font-family: verdana, tahoma, sans-serif;
    	font-size: 10pt;
}

#mainContents a:link {
	color: #000;
        font-wieght: bold;
	text-decoration:none;
}
#mainContents a:visited {
	color: #000;
        font-weight: bold;
	text-decoration:none;
}
#mainContents a:active {
	color: #000;
        font-weight: bold;
	text-decoration:none;
}	
#mainContents a:hover {
	color: #000;
        font-weight: bold;
	text-decoration:underline;
}
