* {margin:0;padding:0}

/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

body {
	background-color: #d3f1f6;
	text-align:center;
	min-height:468px;
	min-width:552px;
}

#outer{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}

#container {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#inner {
	background-color: #fff;
	
	margin-left:auto;
	margin-right:auto;
	padding: 2px;
	width:900px;
	height: 750px;
	
	text-align: center;

	border:1px solid #ccc;
}