#html, body{
	line-height: 10px;
}


#floater{
	position: relative;
	float:left;
	height:45%;
	margin-bottom:-350px;
	width: 1px;
} 

#container{
	background-color:#FFF;
	width:902px;
	min-height:698px;
	margin:0 auto;
	clear:both;
	position:relative;
}

#logo{
	width: 501px;
	height: 604px;
	margin: 0 auto;
}

#text{
	margin: 25px auto;
	text-align: center;
	font-family: "Helvetica", "Arial", "Sans Serif";
	font-size: 30px;
	font-weight: bold;
}

#email{
	font-weight: normal;
	font-family: "Courier", "Georgia", "Times", "Serif";
	font-size: 16px;
	text-decoration: none;
	color: #000;
}

#email:hover{
	color: #FF0000;
}

a{
	outline: none;
}
