@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#container {
	width: 300px;
	height: 250px;
	overflow: hidden;
	background: url(sky.jpg) no-repeat;
}
a, a *{
	text-decoration:none;
}
.scene1 {
	z-index:2;
	}

.girl {
	position: relative;
	width: 61px;
	height: 219px;
	background: url(girl.png) no-repeat;
	top: 30px;
	left: 120px;
	z-index: 2;
}
.building1 {
	position: relative;
	width: 234px;
	height: 60px;
	background: url(buildings_back.png) no-repeat;
	top: -60px;
	left: 193px;
	z-index: 1;
}
.building2 {
	position: relative;
	width: 223px;
	height: 382px;
	background: url(buildings_front.png) no-repeat;
	top: -350px;
	left: -110px;
	z-index: 1;
}
#text_1 {
	position: relative;
	width: 139px;
	height: 40px;
	background: url(text1.png) no-repeat;
	top: 15px;
	left: 80px;
	z-index: 1;
}
#whitebg {
	position: relative;
	width: 300px;
	height: 250px;
	background: url(white_bg.jpg) no-repeat;
	top: 0px;
	left: 0px;
	z-index: 3;
}
#text_2 {
	position: relative;
	width: 205px;
	height: 103px;
	background: url(text2.png) no-repeat;
	top: -235px;
	left: 60px;
	z-index: 4;
}
 #logo {
	position: relative;
	width: 180px;
	height: 56px;
	background: url(logo.png) no-repeat;
	top: -220px;
	left: 58px;
	z-index: 4;
}

 #search {
	position: relative;
	width: 110px;
	height: 24px;
	background: url(search.jpg) no-repeat;
	top: -203px;
	left: 90px;
	z-index: 4;
}


.hidden {
	display: none;
}
