/* CSS Document */



* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body { 
background-color: #ffffff;
font:Arial, Helvetica, sans-serif
text-align:center;
min-height:800px;/* for good browsers*/
min-width:800px;/* for good browsers*/
}
#outer{
height:10px;
width:100%;
display:table;
vertical-align:middle;
}
#container {
font:Arial, Helvetica, sans-serif
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 68px;
width: 800px;

} 

a:link { 
	color: #000000;
	text-decoration: none;
	}
a:visited { 
	color: #000000;
	text-decoration: none;
	}
a:hover { 
	color: #C10000;
	background-color: #ffffff;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	text-decoration: none;
	}

#inner {
width: 800px;
background:#ffffff;
height: 568px;
text-align: center;
margin-left:auto;
margin-right:auto;
border:1px solid #ffffff;
}

