/*-----------------------------------------------------------*/
/* Public CSS
/*-----------------------------------------------------------*/

/* Global ---------------------------------------------------*/
html {
	height: 100%;
	overflow: auto;
	}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	}

body.SkullLagoon {
	background: #000000 url('/img/e1/t1/bg.skull_lagoon.jpg') top center no-repeat;
	height: 1300px;
}

a {
	color: #9999ff
}
/*-----------------------------------------------------------*/

/* Header ---------------------------------------------------*/
.Header {
	}
/*-----------------------------------------------------------*/

/* Main Content ---------------------------------------------*/
.Content {
	}
.Content #MainSWF {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 99%;  
	width:  100%;
	color: #FFFFFF;
	text-align: center;
	}
/*-----------------------------------------------------------*/

/* Footer ---------------------------------------------------*/
.Footer {
	}
/*-----------------------------------------------------------*/

.SkullLagoon .SKL_Wrapper a span {
	display: none;
}

.SkullLagoon .SKL_Wrapper {
	position: relative;
	height: 1300px;
	width: 800px;
	margin: 0px auto;
}

.SkullLagoon .SKL_Wrapper .SKL_View {
	width: 693px;
	margin: 0px auto;
	padding-top: 120px;
}

.SkullLagoon .SKL_Wrapper .SKL_View .SKL_Page0 {
	width: 693px;
	height: 1028px;
	background: url('/img/e1/t1/skull_lagoon/page0.jpg');
}

.SkullLagoon .SKL_Wrapper .SKL_View .SKL_Page1 {
	width: 693px;
	height: 1028px;
	background: url('/img/e1/t1/skull_lagoon/page1.jpg');
	display: none;
}

.SkullLagoon .SKL_Wrapper .SKL_View .SKL_Page2 {
	width: 693px;
	height: 1028px;
	background: url('/img/e1/t1/skull_lagoon/page2.jpg');
	display: none;
}

.SkullLagoon .SKL_Wrapper .SKL_View .SKL_Page3 {
	width: 693px;
	height: 1028px;
	background: url('/img/e1/t1/skull_lagoon/page3.jpg');
	display: none;
}


.SkullLagoon .SKL_Wrapper .PageLink  {
	position: absolute;
	display: block;
	width: 106px;
	height: 30px;
	bottom: 50px;
}

.SkullLagoon .SKL_Wrapper .PageLinkPrevious {
	left: 280px;
}

.SkullLagoon .SKL_Wrapper .PageLinkNext {
	left: 410px;
}