/* GENERAL - Body and Container */
html,body{
	height:100%;
	margin:0;
	padding:0;
}
body{
	background-color: #ffffff;
	text-align:center;
	min-width:955px;
	min-height:600px;
}
#vertical{
	float:left;
	height:50%;
	margin-top:-300px;/* half vertical height*/
	width:100%;
}
#hoz {
	width:955px;
	margin-left:auto;
	margin-right:auto;
	height:600px;
	overflow:auto;/* allow content to scroll inside element */
	text-align:left;
	clear:both;
}
#logo {
	height: 56px;
	padding-top: 225px;
	text-align: center;
}

#bio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:11px;
	color: #989797;
	text-decoration: none;
	line-height: 1.4em;
	width: 443px;
	padding-left: 451px;
	padding-top: 20px;
}

#links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:11px;
	color: #989797;
	text-decoration: none;
	line-height: 1.4em;
	padding: 35px 0 20px 10px;
} 

a {
	color: #989797;
	text-decoration:none;
}

a:hover {
	color: #989797;
	text-decoration:underline;
}
