@charset "utf-8";
html { 
	background: url(sky.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#mystic {
	background-image: url(starsilence.png);
	width:700px;
	height:367px;
	position:relative;
	margin: 0 auto;
	margin-top:10%;
}

#wait {
	background-image: url(thewait.png);
	width:700px;
	height:126px;
	position:relative;
	margin: 0 auto;
	margin-top:10%;