@charset "UTF-8";
/* CSS Document */
<style type="text/css">

body {
	background-color: #FFFFFF;
}
body,td,th {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #DEDA6E;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}
#mainContainer {
	width:900px;
	height:800px;
	margin: 0 auto;
	position:relative;
	margin-top:-32px;
}

#contact {
	position:absolute;
	left:0px;
	top:677px;
	width:900px;
	height:23px;
	font-size:10px;
	z-index:1;
}
#directors {
	position:absolute;
	left:1px;
	top:100px;
	width:896px;
	height:22px;
	z-index:1;
}
#title {
	position:absolute;
	left:1px;
	top:123px;
	width:896px;
	height:22px;
	font-size:20px;
	z-index:10;
}
#loading {
	position:absolute;
	left:2px;
	top:324px;
	width:900px;
	height:24px;
	z-index:0;
}
#logo {
	position:absolute;
	left:2px;
	top:30px;
	width:895px;
	height:44px;
	z-index:1;
}



</style>

