#container {
position:absolute;
	top:35%;
	width:100%;
}
#splashLeft {
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
}
#splashMid {
	position:absolute;
	left:120px;
	top:50px;
	z-index:2;
}
#splashButs {
	position:absolute;
	left:400px;
	top:50px;
	z-index:2;
}
#bg {
	position:absolute;
	top:50px;
	width:100%;
	height:221px;
	z-index:1;
	background-image: url(images/bg.jpg);
}
#getFlash {
	position:absolute;
	left:33px;
	_left:13px;
	top:190px;
	z-index:2;
}
#e2 {
	position:absolute;
	left:552px;
	_left:532px;
	top:90%;
}

body {
	background-color: #000000;
	margin: 0;
	overflow: hidden;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666C7C;
	text-indent:20px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #9FA4B0;
}
a:active {
	text-decoration: none;
	color: #474B56;
}
