/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
    font:normal 12px/150% Arial, Verdana, Helvetica, sans-serif;
	height:100%;
    width:100%;
    overflow:hidden;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}

#cd {
	margin: auto;
	padding-top: 200px;
	height: 50px;
	width: 450px;
	font-family: "Arial";
	font-size: 72pt;
	color: #8DAE0A;
	text-align: center;
	vertical-align: middle;
}

#container {
    position: relative;
    min-height: 100%;
}

#footer {
    position: absolute;
	bottom: 0;
}


#bg { 
    position: fixed; 
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    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 { 
    margin: 0 auto; 
	width: 400px;
    padding: 50px;
    background: white; 
    padding-bottom:100px;
    font: 14px/2.8 Verdana, Serif;
}

#focus-stealer      { position: absolute; left: -9999px; }
