* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
}

#outer {
  position: absolute;
  top: 10%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}
 
#inner {
  width: 1024px;
  height: 768px;
  margin-left: auto ;
  margin-right: auto ;

}

A:link {color: #9F9F9F; text-decoration: none}
A:visited {color: #9F9F9F; text-decoration: none}
A:active {color: #9F9F9F; text-decoration: none}
A:hover {color: #666; text-decoration: none}	