body {
	background-color: #E6E6E6;
	background-position: center center;
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}

body, td {
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}

.splash1 {
	position: absolute;
	left: 40px;
	bottom: 40px;
	vertical-align: bottom;
	text-align: left;
	font-size: 35px;
	line-height: 35px;
}

.splash2 {
	position: absolute;
	right: 40px;
	bottom: 0px;
	vertical-align: bottom;
	text-align: right;
	font-size: 200px;
}

#container {
	display: table;
	width: 100%;
	height: 100%;
}

#container td {
	text-align: center;
	vertical-align: middle;
}

#press {
	display: table;
	width: 100%;
}

#press td {
	text-align: center;
	vertical-align: middle;
}

#press td .dwnld {
	line-height: 24px;
	text-align: left;
}

#press td .dwnld a {
	font-size: 11px;
}

#navipic2 {
	color: #CCCCCC;
	position: relative;
	top: -490px;
	vertical-align: top;
	text-align: center;
	z-index: 500;
	/*border: 1px solid #ff0000;*/
}

#info {
	font-size: 19px;
	line-height: 20px;
}

#info .head {
	font-size: 75px;
	margin-top: 60px;
	margin-bottom: 20px;
}

#info .sub {
	font-size: 28px;
	line-height: 29px;
	margin-top: 20px;
	margin-bottom: 7px;
}

a			{ color: #FFFFFF; text-decoration: none;}
a:visited	{ color: #FFFFFF; }
a:active	{ color: #FF0000; }
a:hover		{ color: #CCCCCC; }

