* {margin:0;padding:10}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
background-color: #333333;
text-align:center;
min-height:468px;/* for good browsers*/
min-width:552px;/* for good browsers*/
}
#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 468px;
}
#inner {
width: 1000px;
background:white;
height: 600px;
text-align: center;
margin-left:auto;
margin-right:auto;
border:0px solid #000;
}

a:link {color:#000000}    /* unvisited link */
a:visited {color:#555555} /* visited link */
a:hover {color:#000000}   /* mouse over link */
a:active {color:#AAAAAA}  /* selected link */
