/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #F3F2EA;
	margin:0px;
	padding:0px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC3333;
}
h1 {
	font-size: 16px;
	color: #333333;
}
#flashtest {
	border: 1px solid #333333;
}
#homefoot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 5px;
	color: #666666;
	text-align: center;
}

#body{
	display: table; 
	height: 100%;  
	#position: relative; 
	overflow: hidden;
	width: 960px;
	text-align:left;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	#position: absolute;  
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;
}
#content{
	#position: relative;
	#top: -50%;
	text-align:left;
}
#content h1 {
	background-image: url(images/splash_logo_08.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 295px;
	width: 960px;
	overflow: hidden;
}
#content h1 .company{
	padding-top: 300px;
	display: block;
}
#links {
	position: relative;
	top: -150px;
	left: 530px;
}
#audio {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 28px;
	width: 240px;
}
#homefoot a {
	color: #666666;
	text-decoration: none;
}
#homefoot a:hover {
	color: #333333;
}
