@charset "utf-8";
body {
	background-color: #002;
	margin: 0;
	text-align: center;
	font: bold 11px Arial, sans-serif;
	color: #fff;
}
#wrapper{
	margin: auto auto;
	width:999px;
	height:600px;
	text-align:left;
	position:relative;
}
#headerFlash {
	position:absolute;
	left:0px;
	top:0px;
	width:999px;
	height:146px;
	z-index:1;
}
#logo {
	position:absolute;
	left:0px;
	top:146px;
	width:483px;
	height:134px;
	z-index:2;
}
#navBG {
	position:absolute;
	left:483px;
	top:146px;
	width:516px;
	height:59px;
	background-image:url(../images/index/nav-BG.gif);
	z-index:3;
}
#nav {
	position:absolute;
	left:-16px;
	top:15px;
	width:481px;
	height:25px;
	z-index:1;
}
#skylineL {
	position:absolute;
	left:0px;
	top:280px;
	width:483px;
	height:320px;
	background-image: url(../images/index/skyline-left.jpg);
	z-index:1;
}
#iframeContainer {
	position:absolute;
	left:483px;
	top:205px;
	width:474px;
	height:220px;
	z-index:5;
	background-color: #c9c9c9;
}
#borderRight {
	position:absolute;
	left:957px;
	top:205px;
	width:42px;
	height:220px;
	z-index:6;
}
#skylineR {
	position:absolute;
	left:483px;
	top:425px;
	width:516px;
	height:175px;
	background-image: url(../images/index/skyline-right.jpg);
	z-index:7;
}
#privacyPolicy {
	position:relative;
	width:100px;
	top:155px;
	left:425px;
}
#sponsors {
	position:absolute;
	left:199px;
	top:134px;
	width:216px;
	height:106px;
	z-index:100;
}

#socialNetworkLinks  {
	position:absolute;
	left:75px;
	top:0px;
	width:70px;
	height:48px;
	z-index:100;
}

a {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	font-style: italic;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #f0b310;
}
a:active {
	text-decoration: none;
	color: #f0b310;
}
a.privacy:link {
	font-size:9px;
	font-weight:bold;
	color:#ffffff;
	text-decoration: none;
	font-style:normal;
}
a.privacy:visited {
	font-size:9px;
	font-weight:bold;
	color:#ffffff;
	text-decoration: none;
	font-style:normal;
}
a.privacy:hover {
	font-size:9px;
	font-weight:bold;
	color:#f0b310;
	text-decoration: none;
	font-style:normal;
}
a.privacy:active {
	font-size:9px;
	font-weight:bold;
	color:#f0b310;
	text-decoration: none;
	font-style:normal;
}

