#outer {
	  position: absolute;
	  top: 50%;
	  left: 0px;
	  width: 100%;
	  height: 1px;
	  overflow: visible;
	}
	 
#inner {
	  width: 205px;
	  height: 93px;
	  margin-left: -102px;  /***  width / 2   ***/
	  position: absolute;
	  top: -46px;          /***  height / 2   ***/
	  left: 50%;
}

body{
	background-color:#050505;
}


A:link {text-decoration: none;color: #888;}
A:visited {text-decoration: none;color: #888;}
A:active {text-decoration: none;color: #888;}
A:hover {text-decoration: underline; color: #999;}
