html, body {
	height:100%;
	margin:0;
}
body {
	background:url(../images/bg.jpg);
}
ul {
	display:none;
}
.outter {
	display:table;
	height:100%; 
	width:100%; 
	#position:relative;
	overflow: hidden;
}
.middle {
	#position:absolute; 
	#top:50%;
	display:table-cell; 
	vertical-align:middle; 
	width:100%;
}
.inner {
	#position:relative; 
	#top:-50%; 
	width:100%;
}