/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-45%;
    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:0;left:0;
    z-index:70;
    overflow:auto;
}

.box { 
  width: 260px;
  margin: 200px 0 0 180px;
  text-align: center;
  font-size: 12px;
}

#focus-stealer      { position: absolute; left: -9999px; }

#homeLink { display: block; padding: 6px; font: normal normal 1em "Courier New", Courier, monospace; background: #fff; color: #000; text-decoration: none; }