@charset "utf-8";
/* CSS Document */

body {background: #000000 url(images/background.jpg) no-repeat top center!important}
.embed {
	position: static;
	margin: 190px -200px 0px -35px;
	width: 640px;
	height: 385px;
	display: block;
	float: left;
}
.overlay {
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -650px;
	width: 1300px;
	height: 680px;
	display: block;
}
.hero-princess {
	position: static;
	z-index: 10;
	margin: 0px auto;
	width: 364px;
	height: 680px;
	float: left;
	background: url(images/hero-princess.png) no-repeat top center;
}
.dragon {
	position: static;
	z-index: 10;
	width: 527px;
	height: 680px;
	float: left;
	background: url(images/dragon.png) no-repeat top center;
}
.clear {clear: both}
a img {border: none;}
a:link, a:visited, a:hover, a:active {outline: none;} 

h1, h2, h3 {margin-bottom: 0px;}