body, html {
	width:100%;
	height:100%;
	overflow:hidden;
	margin:0;
	padding:0;
}

a:link, a:hover, a:visited {
	text-decoration:none;
}

html {
	background-color:#000000;
	font:inherit;
	font-family:Rockwell, Helvetica, Verdana, serif;
	font-size:12pt;
	font-weight:bold;
	line-height:1.5;
	font-style:inherit;
	color:#007DA9;
	background-image:url(images/charles.gif);
	background-repeat-x:repeat;
	background-repeat-y:repeat;
	background-repeat:repeat;
	background-attachment:fixed;
	background-position:50% 50%;
	background-position-x:50%;
	background-position-y:50%;
	background-origin:initial;
	background-clip:initial;
	background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-moz-background-size:cover;
}

.sit {
	bottom:20px;
	position:absolute;
}

.unzoo, .enquiries {
	min-width:350px;
	font-size:40px;
	letter-spacing:0;
	margin:0px 20px 0px 20px;
	padding:0px 20px 0px 20px;
}

.unzoo {
	margin-top:20px;
	background-color:#B5D5FF;
}

.enquiries {
	color:#000000;
	background-color:#F8F8F8;
}

.enquiries img {
	padding-top:5px;
}

a.enquiries :hover {
	background-color:#B0B0B0;
}

