#photo {
	background-color: transparent;
	height: auto;
	width: auto;
	position: absolute;
	top: 40px;
	overflow: visible;
	visibility: visible;
	z-index: 2;
	left: 5px;
}

#text {
	position: absolute;
	overflow: visible;
	visibility: visible;
	z-index: 1;
	padding-right: 10px;
	width: 400px;
	height: auto;
	left: 99px;
	top: 15px;
}
body {
	background-attachment: fixed;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	background-position: left top;
}
p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	color: #cc0066;
	text-decoration: underline;
}
a:visited {
	color: #FFFF00;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #cc0066;
	text-decoration: underline;
}
h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 3pt;
	font-weight: bold;
}

