@charset "UTF-8";
/******* MAIN PAGE *********/
body  {
	background-color:#000;
	width:974px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/BACKGROUND.png);
	background-position:top center;
	background-repeat:no-repeat;
	margin-top:0px;
	margin-bottom:0px;
	height:auto;
	}
a {
	border:none;
	cursor:pointer;
	}
img {
	border:none;
	}
.container {
	float: none;
	position: relative;
	clear:both;
	}
#credits_btn {
	background:transparent url(images/credits_btn.gif) no-repeat;
	overflow:hidden;
	height:78px;
	width:147px;
	position:absolute;
	top:0;
	right:150px;
	display:block;
	}

/******* GLOBE *************/
#globe  {
	background:url(images/GLOBE.png) center no-repeat;
	display:block;
	height:350px;
	width:350px;
	margin:50px auto 0px 317px;
	padding:0px;
	}
#globe_shadow  {
	background:url(images/GLOBE_SHADOW.png) top center no-repeat;
	width:1024px;
	height:120px;
	padding:0px;
	margin:20px 0px 20px -25px;
	position:relative;
	}
#new_photos {
	position: absolute;
	top: 70px;
	left: 40px;
	height: 100px;
	width: 100px;
	background-repeat: none;
	}

/******* FOOTER *************/
#footer  {
	background:url(images/FOOTER_LINE.png) top repeat-x;
	width:974px;
	height:100px;
	margin:0px;
	padding:10px 0 0 0;
	float:left;
	}
#footer_title  {
	margin:0px;
	height:55px;
	width:265px;
	float:left;
	}
#footer_nav {
	height:55px;
	width:459px;
	float:left;
	margin:0px;
	padding: 0;
	}
ul#footer_nav {
	float:left;
	list-style-type:none;
	border:0px;
	margin:0px;
	padding:0px;
	}
li.nav2   {
	display:inline;
	margin:0;
	padding:0 5px 0 0;
	text-decoration:none;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	list-style-type:none;
	text-decoration:none;
	color:#4D4D4D;
	}
li.nav2	a  {
	text-decoration:none;
	border:0px;
	color:#4D4D4D;
	}
li.nav2	a:hover  {
	text-decoration:none;
	border:0px;
	color:#FFF;
	}
#footer_info  {
	float:left;
	height:55px;
	width:250px;
	padding:0px;
	margin:0px;
	}