* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
	background-color: #000;
	text-align:center;
	min-height:400px;/* for good browsers*/
	min-width:600px;/* for good browsers*/
	color: #CEEBEC;
	font-family:'Trebuchet MS', Verdana, Arial; font-size:12px;
}
#outer{
	height:97%;
	width:100%;
	display:table;
	vertical-align:middle;
	}
	
#container {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 200px;
}
#inner {
	width: 200px;
	height: 200px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
#footer {
	margin: 0px 85px 0px 10px;
}