body {
	position:relative;
	background:url('../images/pattern2.jpg') repeat-x bottom center;
	background-color:#0072b7;
	margin:0;
	padding:0;
	font:10pt normal Futura, Arial, Verdana sans-serif;
}

img { display:block; }

.container {
	width:960px;
	margin:0 auto;
}

#main { 
	position:absolute;
	bottom:0;
	width:960px;
	height:434px;
}

#logo, #toptext, #bottomtext { 
	text-indent:-10000px;
	font-size:8pt;
}

#island {
	position:absolute;
	bottom:94px;
	right:150px;
	width:390px;
	height:46px;
	background:url('../images/island.png');
}

#logo {
	position:absolute;
	width:418px;
	height:148px;
	top:-70px; 
	right:130px;
	/*background:url('/images/logo.png');*/
}

#logo img {
	float:left;
}

#c1 { }
#c2 { margin:4px 0 0 2px; }
#c3 { margin:2px 0 0 2px; }
#c4 { margin:2px 0 0 2px; }
#c5 { margin:7px 0 0 1px; }
#c6 { margin:3px 0 0 0; }
#c7 { }
#c8 { margin:5px 0 0 0; }
#i1 { margin:20px 0 0 52px; }
#i2 { margin:20px 0 0 10px; }
#i3 { margin:20px 0 0 7px; }
#i4 { margin:24px 0 0 0px; }
#i5 { margin:20px 0 0 2px; }
#i6 { margin:20px 0 0 10px; }

/*#sound {
	visibility:hidden;
}*/

#contactInfo { margin:50px 0 30px 240px; padding:20px; text-align:center; background:url('../images/osverlay.png'); }
#calamityContact { position:absolute; top:153px; right:40px; width:280px; height:30px; }
#MandS { position:absolute; bottom:60px; right:40px; width:300px; height:150px; }

#characters { display: block; }

#toptext {
	position:absolute;
	width:763px;
	height:21px;
	top:-150px;
	left:80px;
	overflow:hidden;
	background:url('../images/toptext.png');
}

#middletext {
	position:absolute;
	width:247px;
	height:53px;
	bottom:250px;
	right:220px;
	background:url('../images/middletext.png');
	overflow:hidden;
}

#bottomtext {
	position:absolute;
	width:320px;
	height:36px;
	bottom:30px;
	right:180px;
	background:url('../images/bottomtext.png');
	overflow:hidden;
}

#findoutmore {
	position:absolute;
	bottom:175px;
	right:290px;
	border:1px solid #93572a;
	padding:10px 15px;
	background:url('../images/button.jpg');
	background-color:#eaa46f;
	color:#68330b;
	text-decoration:none;
	font-weight:bold;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
	text-shadow:0 1px 0 rgba(255,255,255,0.3);
}