body {
	background-color: #FFFFFF;
	background-image: url(page_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
#face {
	position: absolute;
	z-index: 1;
	left: 52%;
	top: 60px;
}
#titles {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 136px;
	z-index: 2;
}
img {
	border: 0px;
}
#info {
	position: absolute;
	z-index: 2;
	width: 38%;
	left: 55%;
	top: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #666666;
	text-align: justify;
	padding-bottom: 25px;



}
a:link {
	color: #00CC00;
}
a:visited {
	color: #666666;
}
