@charset "UTF-8";
/* CSS Document */
body {
	margin:0px auto;
	padding:0px;
	background-color:#ffffff;
	background-size:100% auto;	
	width:100%;
	height:auto;
	overflow:hidden;
}
div#main {
	display:none;
	width:100%;
	height:1000px;
	background-image:url(../images/night_sky.png);
	background-position:0px 0px;
	background-repeat:repeat-x;	
	margin:0;
	position:absolute;
	overflow:hidden;
	
}
h1#thanks {
	display:none;
	height:53px;
	width:100%;
	padding:0px;
	margin:0px;
	position:fixed;
	top:30px;
	text-align:center;
}

h1#thanks img {
	height:80%;
	width:auto;	
}

div.firstStatus{
	top:0px;
}
div.moveSky {
	
	/*background-position:0 -100px;*/
	top:-100px;
}


div#logo {
	display:none;
	position:absolute;
	top:90px;
	width:100%;
	height:40%;
	text-align:center;
	
}
div#logo img {
	width:auto;
	height:100%;
}

div#town {
	position:fixed;
	
	widht:100%;
	/*width:1000px;*/
	height:447px;
	text-align:center;
	overflow:hidden;
	
	/*background-image:url(../img/town_large.png);
	background-repeat:repeat-x;
	background-position:center;*/
	
}

div.firstTown{
	bottom:-350px;	
}

div.upTown {
	bottom:-100px;	
}