

html {
	overflow:hidden;
}

body {
	margin: 0;
	padding: 0;
	background: #1a76ba url(/sky.png) top left repeat-x;
}

#mountains {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 249px;
	padding-bottom: 60px;
	background: transparent url(/mountains.png) top center repeat-x;
}

#ground {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 283px;
	background: transparent url(/ground.png) bottom center repeat-x;
}



#trees_left {
	position: absolute;
	bottom: 5%;
	left: 30%;
	z-index: 2;
	width: 427px;
	height: 246px;
	margin: -123px 0 0 -213px;
	background: transparent url(/trees_left.png) bottom center no-repeat;
}



#trees_right {
	position: absolute;
	bottom: 5%;
	right: 20%;
	z-index: 2;
	width: 296px;
	height: 246px;
	margin: -123px -148px 0 0;
	background: transparent url(/trees_right.png) bottom center no-repeat;
}

#river {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	width: 340px;
	height: 219px;
	margin-left: -170px;
	background: transparent url(/river.png) bottom center no-repeat;
}



#clouds_left {
	position: absolute;
	top: 40%;
	left: 25%;
	z-index: -1;
	width: 441px;
	height: 131px;
	margin: -65px 0 0 -220px;
	background: transparent url(/clouds_left.png) bottom center no-repeat;
}


#clouds_right {
	position: absolute;
	top: 40%;
	right: 25%;
	z-index: -1;
	width: 450px;
	height: 122px;
	margin: -61px -225px 0 0;
	background: transparent url(/clouds_right.png) bottom center no-repeat;
}



#clouds_left_shadow {
	position: absolute;
	bottom: 10%;
	left: 25%;
	z-index: 1;
	width: 365px;
	height: 112px;
	margin: -56px 0 0 -182px;
	background: transparent url(/cloud_left_shadow.png) bottom center no-repeat;
}



#clouds_right_shadow {
	position: absolute;
	bottom: 10%;
	right: 25%;
	z-index: 1;
	width: 300px;
	height: 114px;
	margin: -57px -150px 0 0;
	background: transparent url(/cloud_right_shadow.png) bottom center no-repeat;
}



#sun {
	position: absolute;
	top: 80%;
	left: 50%;
	z-index: -2;
	width: 182px;
	height: 183px;
	margin: -91px 0 0 -91px;
	background: transparent url(/sun.png) bottom center no-repeat;
}

#project {
	position: absolute;
	top: 27%;
	left: 37%;
	z-index: 1;
	width: 350px;
	height: 183px;
	margin: -91px 0 0 -91px;
	background: transparent url(/project.png) bottom center no-repeat;
}

#ekle {
	position: absolute;
	top: 30%;
	left: 55%;
	z-index: 1;
	width: 182px;
	height: 183px;
	margin: -91px 0 0 -91px;
	background: transparent url(/) bottom center no-repeat;
}
