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;
}

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

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

#nav-bio{
	position: relative;
	display:block;
	background-repeat: no-repeat;
	background-image: url(bio.png);
	top: 400px;
	margin-right: auto;
	margin-left: auto;
	height: 16px;
	width: 180px;
}

#nav-gallery{
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 180px;
	height: 16px;
	top: 430px;
	background: url(gallery.png) no-repeat;
}
#nav-thesis{
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 180px;
	height: 16px;
	top: 460px;
	background: url(mfa-thesis.png) no-repeat;
}

#nav-contact{
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 180px;
	height: 16px;
	top: 490px;
	background: url(contact.png) no-repeat;
}

#nav-colophon{
	position: relative;
	height: 14px;
	width: 186px;
	margin-right: auto;
	margin-left: auto;
	top: 570px;
	background-image: url(nav-colophon.png);
}