@charset "utf-8";

/* THE SKY BELOW SPLASH */

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
}

/* SPLASH PAGE */

#skybelowSplashWrapper {
	margin: 0px auto;
	width: 825px;
	height: 747px;
}
#skybelowSplash01 {
	margin: 0px auto;
	width: 825px;
	height: 125px;
	background-image: url(../images/theskybelowsplash_01.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#skybelowSplash02 {
	margin: 0px auto;
	width: 825px;
	height: 124px;
	background-image: url(../images/theskybelowsplash_02.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#skybelowSplash03 {
	margin: 0px auto;
	width: 825px;
	height: 125px;
	background-image: url(../images/theskybelowsplash_03.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#skybelowSplash04 {
	margin: 0px auto;
	width: 825px;
	height: 124px;
	background-image: url(../images/theskybelowsplash_04.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#skybelowSplash05 {
	margin: 0px auto;
	width: 825px;
	height: 125px;
	background-image: url(../images/theskybelowsplash_05.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#skybelowSplash06 {
	margin: 0px auto;
	width: 825px;
	height: 124px;
	background-image: url(../images/theskybelowsplash_06.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#skybelowSplashEnter {
	margin: 0px auto;
	width: 825px;
	height: 747px;
	position: relative;
	left: 0px;
	top: 0px;
}
#skybelowSplashEnter a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
