
/*---------------------------------------------------------------------------*/
/*                                                             GLOBAL STYLES */

body {
	margin: 0;
	padding: 0;
	background-color: black;
	background-image: url(../images/background/elevator_shaft.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}
#page-content {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
a img {
	border: 0;
}

/*---------------------------------------------------------------------------*/
/*                                                      MAIN SITE NAVIGATION */

#site-menu {
	position: absolute;
	width: 100%;
	height: 31px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/navigation/top_nav_bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}
#site-menu ul {
	list-style: none;
	width: 700px;
	margin: 5px auto 0px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana;
}
#site-menu li {
	list-style: none;
	display: inline;
	margin: 0px 5px;
}
#site-menu li a {
	color: black;
	text-decoration: none;
}
#site-menu a:hover {
	color: #6BBBD9;
}

/* Active menu item */

#site-menu li.active a,
body.home #site-menu li.home a,
body.games #site-menu li.games a,
body.history #site-menu li.history a,
body.studio #site-menu li.studio a,
body.staff #site-menu li.staff a,
body.jobs #site-menu li.jobs a,
body.community #site-menu li.community a,
body.contact #site-menu li.contact a {
	color: white;
}

/*---------------------------------------------------------------------------*/
/*                                                                 COPYRIGHT */

#copyright {
	/*position: relative;*/
	margin: 0px 50px;
	padding: 25px 0;
	text-align: center;
	color: white;
	font-size: 11px;
	font-family: verdana;
}

/*---------------------------------------------------------------------------*/
/*                                                                  FILIGREE */

#filigree {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
}
#filigree div.container {
	position: relative;
	width: 750px;
	margin: 0 auto;
}
