html, body {width:100%; height:100%; background:#000; padding:0; margin:0; min-width:1024px; min-height:768px; position:relative;}
body {_height:expression( document.documentElement.clientHeight &lt; 768 ? "768px" : "100%" );}
div#container {	background:#000; width:100%; height:768px; position:absolute; top:50%;	margin:-382px 0 0 0; text-align:center;}
#altContent {margin:auto; display:block; background:#000; text-align:center;}
#altContent img {position:absolute; top:50%; margin:-60px 0 0 -200px;}
body:first-of-type #altContent img {left:50%;}