* {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body {
	font-size: 12px;
	font-family: Arial;
	overflow: hidden;
	color: #FFFFFF;
}
a {
	color :#FFFFFF;
}

#container {
	position: absolute;
	width: 800px;
	height: 400px;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -400px;
	
	padding-top: 50px;
	text-align: center;
}

h1 {
	font-size: 72px;
	text-indent: -5000px;
	
	height: 100px;
	width: 800px;
	
	background: url(../_img/logo.png) center no-repeat;
}

h2 {
	line-height: 70px;
	font-size: 32px;
	font-weight: bold;
}

#stars {
	position: absolute;
	width: 100%;
	height: 100%;
}

.star {
	font: 16px Times New Roman;
	position: absolute;
}

#moon {
	position: absolute;
	top:0;
	right:0;
	
	height: 110px;
	width: 110px;
	
	background: url(../_img/moon.png) bottom left no-repeat;
}

#sun {
	position: absolute;
	top:0;
	right:0;
	
	height: 300px;
	width: 300px;
	
	background: url(../_img/sun.png) bottom left no-repeat;
}

#left_side {
	position: absolute;
	left: 0;
	bottom: 0;
	
	background: url(../_img/left_side.png) no-repeat;
	
	height: 400px;
	width:324px;
}

#middle_side {
	position: absolute;
	bottom: 0;
	
	background: url(../_img/middle_side.png) bottom center;
	
	height: 400px;
	width: 100%;
}

#right_side {
	position: absolute;
	right: 0;
	bottom: 0;
	
	background: url(../_img/right_side.png) no-repeat;
	
	height: 400px;
	width: 99px;
}

#DayCycle {
	position: absolute;
	height: 62px;
	bottom: 0;
	width: 100%;
}

#footer {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 10px;
}
