html, body {	
	width : 100%;
	height : 100%;
	color : #eeeeee;
	background: #010302;
	margin : 0 auto;
	padding : 0;
}


#outer {position: relative; width: 100%; height: 90%; overflow: hidden;} /* or without overflow */
#outer[id] {display: table; position: static;}

#middle {position: absolute; left: 50%; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; width: 750px; left: -50%; top: -50%; margin: 0 auto;} /* for explorer only */
#inner[id] {position: static;}

img { border: 0;}
