body, html {
	height: 100%;
	background-color: #aec6ca;
	margin: 0px;
	padding: 0px;
}
#outer {
	width: 100%;
	position: relative; 
	height: 100%; 
	overflow: visible;
}
/*#outer[id] {
	display: table; 
	position: static;
}*/
#middle {
	width: 100%;
	position: absolute; 
	top: 70px;
	/*top: 50%;*/
} /* for explorer only*/
/*#middle[id] {
	display: table-cell; 
	vertical-align: middle; 
	position: static;
}*/
#inner {
	text-align: center;
	position: relative; 
	/*top: -50%;*/
} /* for explorer only */

/* optional: #inner[id] {position: static;} */