/* CSS Document */
#background{
	background-color:#333333;
	z-index:2;
	position:absolute;
	width:100%;
	left:0px;
	overflow:hidden;
}

#background img{
	border:0px;
}


#background_landscape_t{
	width:100%;
	position:absolute;
	bottom:30%;
	z-index:4;
}

#background_landscape_b{
	width:100%;
	position:absolute;
	bottom:0px;
	z-index:5;
}

#backgorund_cloud{
	width:100%;
	position:absolute;
	bottom:35%;
	z-index:6;
}

#background_star{
	width:100%;
	position:absolute;
	top:0px;
	z-index:3;
}