@charset "UTF-8";/* CSS Document */html, body {	background: #FFF;	font-family:Verdana, sans-serif;	font-size:11px;    text-align: center; 	color:#999999;	margin: 0;	background-color: 1E1E1E;} #outerdiv            {    text-align: center;     position: absolute;    left: 0px;    width: 100%;    height: 100px;    overflow: visible;    top: 50%;}#innerdiv        {    position: absolute;    margin-left: -500px;    top: -325px;    left: 50%;    width: 1000px;    height: 650px;    }