* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
font-family: Helvetica, Arial, Sans-Serif;
font-size: Small;
background-color: black;
text-align:center;
min-height:600px;/* for good browsers*/
min-width:600px;/* for good browsers*/
}
a {text-decoration:none}
a:hover {text-decoration: underline; color: #FFFF33}
a:visited { color: yellow }
a:link { color: yellow }
#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 300px;
}
#inner {
width: 600px;
background:black;
height: 250px;
text-align: center;
margin-left:auto;
margin-right:auto;
border:1px solid #000;
}