HTML,BODY{
	margin:0px; padding:0px;
	height: 100%;
}
BODY{background-color: #000;}
BODY, TD, P{
	font: 11px Verdana, Helvetica, sans-serif;
	color: #000;
}
#main {
	width: 100%; height: 100%;
}
#main TD.center {
	width: 100%;
	vertical-align: middle;
}
#splash {
	width: 100%;
	background: url(../images/bg.jpg) repeat-y center;
}
#splash TD.visual {
	width: 100%;  height: 580px;
	text-align: center;
	background: url(../images/splash.jpg) no-repeat;
	background-position: top center;
}
DIV.splashContainer {
	height: 534px;
}
DIV.linkSplash {
	padding-top: 213px;
}
#splash TD.menu {
	text-align: center;
}
#menuTable {
	width: 100%;
}
#menuTable TD.download {
	width: 50%;
	text-align: right;
	padding: 18px 60px 18px 0px;
	color: #4d4d4d;
}
IMG.flashIcon {
	margin-left: 10px;
}
#links {
	width: 50%;
	padding: 18px 0px 18px 37px;
	color: #4d4d4d;
}
A.downloadLink {
	color: #4d4d4d;
}
A.downloadLink:hover, A.downloadLink:active {
	color: #4d4d4d;
	text-decoration: none;
}
#links A {
	margin-right: 17px;
	color: #4d4d4d;
}
#links A:hover, #links A:active {
	margin-right: 17px;
	color: #4d4d4d;
	text-decoration: none;
}

