#header {
	background-image: url(http://www.cotswoldwildlifepark.co.uk/animals/header-background.jpg);
}

#board {
	position: absolute;
	margin: 0px auto;
	padding: 0px;
	width: 170px;
	top: 200px;
	right: 0px;
}

#text {
	position: absolute;
	left: 20px;
	top: 24px;
	right: 18px;
	bottom: 24px;
	z-index: 10;
	color: #FFFFFF;
	overflow: auto;
}
#text p{
	margin-bottom: 0px;
	font-size: 0.7em;
}

#text h1{
	font-weight: bold;
}
#text a:link, #text a:hover, #text a:visited, #text a:active{
	color: #FFFFFF;
	font-weight: normal;
}
