@charset "utf-8";

body {
	background:		url('../gfx/moln.jpg') repeat-x;
	margin:			0;
	padding:		0;
	font-family:	Georgia;
	color:			#000;
	font-size:		12px;
	line-height:	1.3;
}

a:link, a:visited, a:active, a:hover {
	color:				inherit;
	text-decoration:	underline;	
}

input, select, option, textarea {
	font-family:	inherit;	
	font-size:		inherit;
	border:			1px solid #000;
	background:		#fff;
	color:			inherit;
}

#left {
	width:		767px;
	height:		1167px;
	float:		left;
	overflow:	hidden;
}

#leftTop {
	width:		767px;
	height:		1038px;
	background:	url('../gfx/mur.jpg') no-repeat;
	overflow:	hidden;
}

#leftBottom {
	width:		767px;
	height:		129px;
	background:	url('../gfx/asfalt_01.png') no-repeat;
}

#right {
	height:		1167px;
	width:		auto;
	float:		left;
	overflow:	hidden;
}

#rightTop {
	width:		212px;
	height:		1029px;
	background:	url('../gfx/facebook_holder.png') no-repeat;
	overflow:	hidden;
}

#rightBottom {
	width:		100%;
	height:		139px;
	background:	url('../gfx/asfalt_02.png') repeat-x;
	overflow:	hidden;
}

#facebook {
	margin-top:		245px;
	margin-left:	10px;
	padding-top:	10px;
	height:			696px;
	width:			186px;
	overflow:		hidden;
}

.fbPost:hover {
	cursor:	pointer;	
}

#ballon {
	position:	absolute;
	left:		880px;
	top:		70px;	
}
#logoOval {
	position:	absolute;
	left:		68px;
	z-index:	200;
}

#logoText {
	position:	absolute;
	left:		270px;
	top:		17px;
	z-index: 	200;
}

#menu1 {
	position:	absolute;
	left:		223px;
	top:		149px;
	z-index:	101;
}

#menu2 {
	position:	absolute;
	left:		325px;
	top:		168px;
	z-index:	102;
}

#menu3 {
	position:	absolute;
	left:		418px;
	top:		156px;
	z-index:	104;
}

#menu4 {
	position:	absolute;
	left:		538px;
	top:		143px;
	z-index:	103;
}

.street {
	width:	118px;
}

#street1 {
	position:	absolute;
	left:		91px;
	top:		235px;
	z-index:	200;
}

#street2 {
	position:	absolute;
	left:		214px;
	top:		235px;
	z-index:	200;
}

#street3 {
	position:	absolute;
	left:		337px;
	top:		235px;
	z-index:	200;
}

#street4 {
	position:	absolute;
	left:		460px;
	top:		235px;
	z-index:	200;
}

#street5 {
	position:	absolute;
	left:		583px;
	top:		235px;
	z-index:	200;
}

.posters {
	list-style:		none;
	padding:		0;
	margin:			0;
	margin-left:	3px;
}

.posters li {
	margin-bottom:	3px;
	width:			112px;
	height:			68px;
}

.posterHeader {
	margin-bottom:	5px;	
}

.clearfix:after {
	content:	".";
	display:	block;
	height:		0;
	clear:		both;
	visibility:	hidden;
}

.clearfix {
	display:	inline-block;
}

* html .clearfix {
	height:	1%;
}

.clearfix {
	display:	block;
}
