/* CSS Document */

body {
	background-image: url(/_images/IMG_3190.JPG);
	background-repeat: no-repeat;
	background-position: center center;
}
.title {
	position: absolute;
	padding: 0.5em;
	width: 50em;
}
.title h1 {
	font-size: 6em;
	color: #F60;
	margin-bottom: 0px;
}
.title p {
	color: #000;
	font-size: 1.2em;
}
.scout {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18em;
	height: 5em;
	margin-top: 13em; /* Half the height */
	margin-left: 5em; /* Half the width */
	padding: 0.5em;
}
.pirate {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18em;
	height: 5em;
	margin-top: 17em; /* Half the height */
	margin-left: -5em; /* Half the width */
	padding: 0.5em;
}
.scout h2, .pirate h2 {
	font-size: 2.5em;
	color: #F60;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.scout p, .pirate p {
	color: #000;
	font-size: 1.2em;
}

h1 {
	text-shadow: 2px 2px 2px #000;
}
.h2 {
	text-shadow: 1px 1px 2px #000;
}
.p {
	text-shadow: 2px 2px 2px #000;
}
