@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #000;
}
p {
	color: #fff;
}
#castle_svg_container {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
	top: 0px;
	
	/* presumed height of 500 */
}

#castle_container {
	width: 100%;
	height: 500px;
	background: rgba(0,150,200,1.0); 
	overflow: hidden;
	top: 50px;
	position: absolute;
}