@charset "utf-8";
/* CSS Document */

*	{
	margin: 0px;
	padding: 0px;
	background-color: #002D62;
	}

#maincontent {
	width: 780px;
	margin: auto;
	}
	
/* splash image */

#cavesplashimage {
	position: relative;
	top: -50px;
	}

/* strapline */

#strapline {
	position: relative;
	top: -140px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 16px;
	color:#07abd7;
	}

/* contact */

#contact {
	position: relative;
	top: -120px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 18px;
	text-align: center;
	font-size: 10px;
	color: #FFF;
	}

#contact a:link, a:visited {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 10px;
	color: #FFF;
	}

/* smallprint */

#smallprint {
	position: relative;
	top: -80px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 8px;
	color: #999;
	}