/*
## Style sheet for 'Broome Sightseeing Tours'
## Created by TSA Corporation/ Copyright © 2006
## Designer: Michael Ott
## Created: 04 April 2006
## Last Modified: 04 April 2006
## Modified by: Michael Ott
*/
body {
	background-color:#60a9ad;
	font: 11px Trebuchet MS, Arial, Geneva, sans-serif;
	margin: 0 0 0 0;
}


a {
	border:none;
}

img {
	border:0px;
}

.text {
	position:absolute;
	top:0px;
	margin:0 auto;
	padding-top:50px;
	width:100%;
	z-index:12;
	height:200px;
	text-align:center;
}

.sky {
	position:absolute;
	top:0px;
	margin:0 auto;
	width:100%;
	background-image:url(../images/splash_sky.gif);
	background-repeat:repeat-x;
	z-index:10;
	height:400px;
}

.water {
	position:absolute;
	top:0px;
	margin-top:245px;
	width:100%;
	height:300px;
	background-image:url(../images/splash.jpg);
	background-repeat:repeat-x;
	z-index:11;
	text-align:center;
	padding-top:30px;
}


.tsa a {
	color:#97c7cb;
	font-size:11px;
	text-decoration:none;
}

.tsa a:hover {
	color:#dfeeef;
	font-size:11px;
	text-decoration:none;
}