
body, html {
	height: 100%;
	margin: 0px;
	}

#outer {
	height: 100%; 
	overflow: visible; 
	position: relative;
}
#outer[id] {
	display: table; 
	position: static;
}
/*#middle {
	position: absolute; 
	top: 10%;
} /* for explorer only*/
#middle[id] {
	display: table-cell; 
	vertical-align: middle; 
	width: 100%;
}
/*#inner {
	position: relative; 
	top: -50%} 
/* for explorer only */
/* optional: #inner[id] {position: static;} */
