/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { 
    margin: 0; 
    padding: 0; 
}

html, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;

}

body {
	 height:100%;
    width:100%;
    overflow:hidden;
	background-color:#6f6f6f;

}

p {
	font-family:Gill Sans, Helvetica, Arial, sans-serif;
	color:#555555;
	font-size:15.95px;
	line-height:17px;
	font-weight:590;
	width:550px;
	padding:0px 20px 0px 20px;
	letter-spacing:-1px;
}

a:link {

	color:#a0c553;
}


.regular {
	
	font-weight:normal;
	margin-top:7px;
}

#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 { 
    width: 550px;
    height:150px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-275px;
	margin-top:-75px;
}



#focus-stealer      { position: absolute; left: -9999px; }


