
img {
	display: block;
	margin: 0;
	padding: 0;
	}	

body { 
	margin: 0px; 
	overflow:hidden; 
	background-color: #000; 
	}
	
div#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
  }
  
div#inner {
	width: 960px;
	height: 600px;
	margin-left: -480px;  /***  width / 2   ***/
	position: absolute;
	top: -300px;          /***  height / 2   ***/
	left: 50%;
	background-repeat:no-repeat;
	}	

/* ---------- GENERAL LAYOUT --------- */
div#links {
	position: absolute;
	top: 275px;
	left: 50px;
	font-size: 20px;	
	font-family: Futura MdCn BT, Futura Medium Condensed, Futura Medium Condensed BT, Arial Narrow, Futura, Helvetica, Arial, sans-serif;	
}

div#text {
	position: absolute;
	font-size: 16px;
	top: 140px;
	left: 420px;
	right: 40px;
	bottom: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	overflow: auto;
	font-family: Futura MdCn BT, Futura Medium Condensed, Futura Medium Condensed BT, Arial Narrow, Futura, Helvetica, Arial, sans-serif;		
}

div#bottom {
	position: absolute;
	font-size: 12px;
	font-family: Futura, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	top: 570px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	overflow: hidden;

}

/*---------- LINKS DIV ----------*/ 
div#links ul {
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	}

div#links li{
	list-style-type: none;
	display: inline;
	}
div#links li a {
 	padding: 0px 1em 0px 1em;
	}

a {
	text-decoration: none;
	}
