* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
background-color: #000;
text-align:center;
min-height:168px;/* for good browsers*/
min-width:552px;/* for good browsers*/
font: bold 13px Arial,sans-serif;
}
#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 168px;
}
#inner {
  color: #cecece;
width: 552px;
background:000;
height: 168px;
text-align: center;
margin-left:auto;
margin-right:auto;
border:1px solid #000;
font-size: 1.1em;
}
a { font-weight: bold; color: #eaeaea; text-decoration: none; }
