* {
	margin:0;
	padding:0;
	}
	
html, body {
	height:100%;	
	}
	
body {
	background:#000;
	color:#FFF;	
	font:.8em/1.5em verdana,arial,helvetica,sans-serif;
	text-align:center;	
	}
	

/* Links
---------------------------------------------------------- */
:focus {-moz-outline-style:none;}

a:link {
  	color:#FFF;
  	text-decoration:underline;
  	}
	
a:visited {
	color:#FFF;
 	}
	
a:hover,
a:hover span {
	color:#000;
	background-color:#FFF;
	text-decoration:none;
	}
	
a:active { 
	background-color:#DDD;
	}


/* Layout Structure
---------------------------------------------------------- */
#container {	
	width:952px;
	height:600px;
	margin:0 auto;
	text-align:left;
	}
	
#container.front {
	width:100%;
	height:100%;
	}
	
#navigation {
	padding:2em 0;
	}
	
#content {
	font-size:85%;
	padding:2em 0;
	position:absolute;
	top:150px;
	}
	
#upgrade {
	background:#533;
	border:2px solid #F33;
	display:none;
	font-size:85%;
	width:908px;
	padding:15px 20px;
	position:absolute;
	top:80px;
	}
	
#upgrade a {
	font-weight:bold;
	}
	

/* Navigation
------------------------------------------------------------------*/
#navigation ul {
	font-weight:bold;
	cursor:pointer;
	list-style:none;
	}

#navigation li {
	float:left;
	margin:0 2em 0 0;
	}