/* CSS Document */


<style type="text/css">

* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
	text-align:center;
	min-height:625px;/* for good browsers*/
	min-width:889px;/* for good browsers*/
	scroll:no;
	background-color: #fffae2;
}
#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
#contain {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 625px;
} 
#inner {
	width: 889px;
	height: 625px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	background-color: #fffae2;
}


</style>
