/* hello */

body {
	background: white;
	font-family: sans-serif;
}

/* center things */

#links	{
	position: absolute;
	margin-left: -255px;
	left: 50%;
	text-align: center;
}

#bio { 
	position: absolute;
	margin-left: -270px;
	left: 50%;
	width: 500px;
	text-align: center;
	border: 0;
	padding: 10px;	
	background: white;
	top: 170px;
}


/* links */

a {
	color: #004477
}

a:visited {
	text-decoration: none;
}


/* images */

img { 
	border: 0px; 
}

#links img {
	padding: 10px;
}

#bio img { 
	float: left;
	margin: 5px;
	height: 150px;
}