html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
	height: 100%;
	min-height: 100%;

}

a {
	text-decoration: none;
	border: 0px;
}

ul{
	margin-right: auto;
	margin-left: auto;
	top: 400px;
	position: relative;
}

li{
	padding-right: 25px;
	padding-left: 10px;
	width: 155px;
	display: inline;
	list-style-type: none;
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 600px;
	background: url(background-bio.png) no-repeat;
	background-color: #FFFFFF;
}

#text {
	text-align: justify;
	line-height: 200%;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 450px;
}

