body {
   text-align : center;
   background-color: #000;
}

#center {
background-color: transparent;
position: absolute;
top: 50%;
left: 0px;
width: 100%;
margin-top: -256px;
text-align: center;
min-width: 850px; 
}

#wrapper {
margin: 0px auto;
background-color: #000;
position: relative;
text-align: left;
width: 850px;
height: 511px;
}

#footer {
margin: 0px auto;
width: 850px;
text-align: left;
font-size: 11px;
color: #666;
padding-left: 10px;
}