body {
	width:976px;
	height:100%;
	margin:0 auto;
}

#block {
	position:absolute;
	z-index:10;
	width:936px;
	padding:0 20px 0 20px;
}
#ciutat {
	position:absolute;
	z-index:0;
	margin:0 auto;
	width:976px;
	height:100%;
	/*min-height:780px;*/
	min-height:860px;
	background:url(../img/ciutat/nuvols.jpg) bottom no-repeat;
	overflow:hidden;
}
#ciutat>.container{
	position:absolute;
	bottom:0;
	left:0;
	width:1952px;
	height:427px;
}
#ciutat>.container>.edifici {
	position:absolute;
	left:0;
	top:0;
	width:976px;
	height:427px;
	background:url(../img/ciutat/skyline.png) no-repeat;
}
#ciutat>.container>.edifici.ple {
	left:976px;
	top:0;
	background:url(../img/ciutat/skyline_ple.png) no-repeat;
}

#ciutat>.container>.edifici img{
	width:585;
	height:218px;
	display:none;
	position:absolute;
	top:63px;
	left:340px;
}
#ciutat>.cover {
	position:absolute;
	bottom:0;
	left:0;
	width:976px;
	height:523px;
	background:url(../img/degradat.png) repeat-y;
}
#ciutat>.scroll {
	position:absolute;
	bottom:220px;
	left:0;
	display:none;
	width:34px;
	height:49px;
	cursor:pointer;
	background:url(../img/ciutat/scroll_esquerra.png) no-repeat 0 0;
	opacity:0.8;
}
#ciutat>.scroll:hover {
	opacity:1;
}
#ciutat>.scroll.left {

}
#ciutat>.scroll.right {
	background:url(../img/ciutat/scroll_dret.png) no-repeat;
	left:935px;
}

