
body {
	background: #79A3AE url('../img/splash_bg.jpg') repeat-x scroll top left;
	padding: 0;
	margin: 0;
}

div#content {
	position: absolute;
	top: 180px;
	left: 50%;
	width: 346px;
	height: 360px;
	margin-left: -173px;
	text-align: center;
	z-index: 2;
}

	div#content img {
		border: 1px solid #99BCCA;
	}

img#boat {
	position: absolute;
	top: 260px;
	left: 10%;
	width: 43px;
	height: 75px;
	z-index: 1;
}

