@charset "UTF-8";

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 19, 2010 */

* {	margin: 0; padding: 0;}

html, body   { 
	height: 100%; 
	background-color: #111111;
	color:#fff;
	font-family: Helvetica, "Myriad Pro", Arial, sans-serif;
}

/*  CENTERS PAGE VERTICALLY */
#floater {
	position: relative;
	float:left; 
	height:50%; 
	margin-bottom:-300px; 
	width: 1px;
}

/*  CENTERS PAGE VERTICALLY */
#centered {
	position:relative; 
	clear:left;
	height:526px; 
	width:600px; 
	margin:0 auto;
}

#centered img{
	float: left;
	height:526px; 
	width:579px;	
}

#site {
	position: absolute;
	left: 70px;
	top: 120px;
	font-size: 2em;
	color:#999999;
	display: none;
}

#content {
	position: absolute;
	left: 70px;
	top: 165px;
}

h1 {
	font-size: .9em;
	text-transform: uppercase;
	display: none;
}

#disclamer {
	height:175px;
	width: 270px;
	border: #808080 solid 1px;
	margin-top: 25px;
	padding: 12px;
	overflow:auto;
}

p {
	font-size: .7em;
	padding-bottom: 1em;
}


