/* commented backslash hack \*/
html, body{height:100%;}
/* end hack */

body{
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background: white url(../img/body_bg.png) repeat 0 0;
}

img{
	border: 0px;
}
#required{
	display:none;
}

#skybg{
	width: 100%;
	height: 447px;
	background: url(../img/sky_bg.jpg) repeat-x center top;
}

#fencebg{
	width: 100%;
	height: 106px;
	background: url(../img/fence_bg.png) repeat-x center top;
}

#treebg{
	position: absolute;
	top: 351px;
	width: 100%;
	height: 96px;
	background: url(../img/tree_bg.png) repeat-x center top;
	z-index: 1;
}

#citybg{
	position: absolute;
	top: 119px;
	width: 100%;
	height: 329px;
	background: url(../img/city_bg.png) no-repeat center bottom;
	z-index: 2;
}

#b1{
	position: absolute;
	top: 31px;
	width: 100%;
	height: 311px;
	background: url(../img/b1_bg.png) no-repeat center 0;
	z-index: 4;
}

#b2{
	position: absolute;
	top: 7px;
	width: 100%;
	height: 336px;
	background: url(../img/b2_bg_big.png) no-repeat center 0;
	z-index: 10;
}

#menubg{
	position: absolute;
	top: 340px;
	width: 100%;
	height: 256px;
	background: url(../img/bleg_bg.png) no-repeat center top;
	z-index: 5;
}

#menu{
	position: relative;
	top: 10px;
	width: 130px;
	height: 193px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-right: 10px;
}

#menu ul{
	margin: 0;
	padding: 0;
}

#menu ul li{
	margin: 0;
	padding: 0 0 2px 0;
	list-style-type: none;
}
#menuold{
	position: relative;
	top: 18px;
	width: 130px;
	height: 193px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-right: 10px;
}

#menuold ul{
	margin: 0;
	padding: 0;
}

#menuold ul li{
	margin: 0;
	padding: 0 0 5px 0;
	list-style-type: none;
}

#banner #content{
	position: relative;
	top: 25px;
	width: 508px;
	height: 279px;
	margin-left: auto;
	margin-right: auto;
}

#b2 #content{
	position: relative;
	top: 25px;
	width: 565px;
	height: 304px;
	margin-left: auto;
	margin-right: auto;
}

#stojka{
	position: absolute;
	top: 403px;
	width: 35%;
	height: 193px;
	z-index: 6;
	text-align: right;
	float:right;
}

#stojkashadow{
	position:absolute;
	top:0px;
	right:0px;
	width:176px;
	height: 193px;
	background: url(../img/stojka_shadow.png) no-repeat bottom right;
	behavior: url('/css/iepngfix.htc');
}

#patefon{
	position: absolute;
	top: 365px;
	width: 40%;
	height: 234px;
	z-index: 7;
	text-align: left;
	float: right;
	right: 0;
}


* html #grassr, * html #grassl{
	height:100%;
}
#grassl{
	min-height:100%;
	height:auto;
	position:absolute;
	top: 0;
	width: 20%;
	z-index: 10;
	background: url(../img/grass_l.png) no-repeat top right;
}

#grassr{
	min-height:100%;
	height:auto;
	position:absolute;
	top: 0;
	width: 20%;
	background: url(../img/grass_r.png) no-repeat top left;
	float: right;
	right: 0;
	z-index: 4;
}

.png{
    behavior: url('/css/iepngfix.htc');
}
