 
html, body {
	height: 100%;
	position: relative;
	margin: 0;
	overflow-x: hidden;
}

.everything {
	background: url('/themes/skycity/images/earth.jpg') no-repeat 0 0 transparent;
	background-size:cover;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.castle-container {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -15%;
	z-index: 2;
}
#skycastle1 {
	/*position: absolute;*/
}
.waterfall {
	width: 10px;
	height: 900px;
	position: absolute;
	top: 180px;
	left: 0;
	background-color: #045F98;
	border-radius: 20px 0 0 0;
}
.waterfall2 {
	width: 10px;
	height: 1000px;
	position: absolute;
	top: 135px;
	left: 440px;
	background-color: #045F98;
	border-radius: 0 20px 0 0;
	background: url('/themes/skycity/images/waterfall2.png') repeat-y 0 0 transparent;
}

.clouds {
/*			position: absolute;
	top: 0;
	left: 0;*/
}
.cloud1 { 
	top: 30%; 
	left: 90%; 
	width: 80%; 
	position: absolute;
	z-index: 3;
}
.cloud2{ 
	top: 10%; 
	left: 90%; 
	width: 20%; 
	position: absolute;
	z-index: 1;
}

#consoleBox {
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: white;
}

.load-gate {
	position: absolute;
	top: 20px;
	left: 50%;
	background-color: white;
}	

.castle-container2{
	position: absolute;
	top: 200px;
	left: 200px;
	width: 100px;
}	
#skycastle2{
	width: 100px;
}	

.castle-container3{
	position: absolute;
	right: 200px;
	top: 200px;
	width: 100px;
}		
#skycastle3{
	width: 120px;
}		
.castle2-waterfall {
	width: 2px;
	height: 400px;
	position: absolute;
	top: 18px;
	left: 1px;
	border-radius: 0 20px 0 0;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#045f98+76,000000+100&1+76,0+100 */
	background: -moz-linear-gradient(top, rgba(4,95,152,1) 76%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(4,95,152,1) 76%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(4,95,152,1) 76%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#045f98', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

	background: url('/themes/skycity/images/waterfall2.png') repeat-y 0 0 transparent;

}