/*
	 based on CSS-Tricks Example by Chris Coyier
	 http://css-tricks.com
*/
* { margin:0; padding: 0;}
html, body {height:100%; width:100%;}
#bg, #bg table, #bg td {height:100%; width:100%; overflow:hidden; z-index:-50;}
#bg {position:fixed;}
#bg div {position:absolute; top:-50%; left:-50%; height:200%; width:200%;}
#bg td {text-align:center; vertical-align:middle;}
#bg img {margin:0 auto; min-height:50%; min-width:50%;}
#cont {position:absolute; top:0px; left:10%; z-index:70; overflow:auto; margin:0 auto;}
#focus-stealer  {position:absolute; left:-9999px;}

