/* --- ELEMENT STYLES --- */
body { background-color: #000; }
#container { border: 5px solid #fff; }

/* --- SPLASH STYLES --- */
#splashtop
{
	height: 71px;
	width: 735px;
	background-repeat: no-repeat;
	border-bottom: 0;
	margin: 0;
	padding: 0;
	font-size: 1px;
}

#splashtop h1
{
	font-size: 1px;
	margin: 0;
	padding: 0;
	color: #fff;
	float: right;
}

#splash
{
	position: relative;
	height: 375px;
	width: 735px;
	background-image: url(../images/Satellite.jpg);
	background-repeat: no-repeat;
	background-color: #111;
}

#splash2
{
	position: relative;
	height: auto;
	width: 735px;
	background-color: #FFFFFF;
}

#splash3
{
	position: relative;
	height: auto;
	width: 735px;
	background-color: #000000;
}


#splashtext1
{
	position: absolute;
	left: 35px;
	bottom: 27px;
	width: 400px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;

}

#splashtext1 a
{
	color: #fff;
	text-decoration: none;
}

#splashtext1 a:hover, #splashtext2 a:hover
{
	color: #000;
	background-color: #fff;
}

#splashtext2
{
	position: absolute;
	right: 218px;
	bottom: 152px;
	width: 240px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

#splashtext2 a
{
	color: #000000;
	text-decoration: none;
}

.left
{
	position: static;
	margin-top: 1px;
	float: left;
	height: 51px;
	width: 60px;
	background-color: none;
}

.right
{
	position: static;
	margin-top: 1px;
	float: right;
	height: 51px;
	width: 60px;
	background-color: none;
}