html, body {
background:#000	;
padding:0px 0px 0px 0px;
margin: 0px;
height:100%;
width:100%;
}

#content {

	padding:0px 0px 0px 0px;
	margin:0px auto;	
}


img { border:0;} 
#container {

	display: table; 
	width:100%;
	text-align:center;
	padding:0px 0px 0px 0px;
	
	}
	
	
#outer {height: 100%; width:100%; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%} /* for explorer only */
/* optional: #inner[id] {position: static;} */
