/*-----------------------------------------------MISC STYLES AND DEFAULTS-----------------------------------------------*/
html, body {
	background: transparent url(images/bg.jpg) repeat scroll 0 0;
	color: #333;
	font-family: Times;
	margin: 0;
}

#box {
	position: relative;
	height: 550px;
	width: 750px;
	margin: 20px auto 0;
}

#top {
	background: transparent url(images/top.png) no-repeat scroll 0 0;
	height: 126px;
	width: 750px;
	z-index: 10;
}

#skip {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #000;
	border: 1px solid #aaa;
	color: #FFF;
	font-family: arial;
	font-size: 12px;
	right: -10px;
	padding: 5px 70px 5px 25px;
	position: absolute;
	text-decoration: none;
	top: 0px;
	z-index: 111111;
}
	#skip:hover {
		background-color: #444;
	}

#person {
	background: transparent url(images/person.png) no-repeat scroll 0 0;
	height: 850px;
	left: -88px;
	position: absolute;
	top: -4px;
	width: 290px;
	z-index: 8;
}

#logo {
	display: none;
	background: transparent url(images/logo.png) no-repeat scroll 0 0;
	height: 247px;
	left: 174px;
	position: absolute;
	top: 70px;
	width: 403px;
	z-index: 20;
}

#controlText {
	height: 39px;
	left: 69px;
	position: absolute;
	top: 200px;
	width: 614px;
	z-index: 20;
}

#body {
	background: transparent url(images/span.png) repeat-y scroll 0 0;
	height: 505px;
	position: relative;
	width: 750px;
	z-index: 5;
}

	#water {
		background: transparent;
		bottom: 0;
		position: absolute;
		top: -126px;
		width: 750px;
		z-index: 5;
	}

#pathText {
	color: #3375af;
	display: none;
	font-size: 20px;
	height: 260px;
	left: 206px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 350px;
	width: 345px;
	z-index: 120;
}
