@charset "UTF-8";
/* CSS Document */

* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
	background-color: #155580;
	text-align:center;
	min-height:550px;/* for good browsers*/
	min-width:1000px;/* for good browsers*/
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 550px;
} 
#inner {
	width: 1000px;
	height: 600px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;	
}
a {
	color: #CCCCCC;
}