
.clear{
	clear: both;
	height:1px;
	overflow:hidden;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 941px;
	/*background-repeat:repeat-y;
	background-image:url(/Templates/propertyHungary/images/bg.gif);*/
	overflow:hidden;
	height:auto;
}

#header {
	margin:0px;
	padding:0px;
	width:941px;
}

#side-a {
	float: left;
	width: 30px;
}

#side-b {
	float: right;
	width: 31px;
}

#content { 
	float:left;
	position: relative;
  width: 880px;
	height:auto;



}

#footer {
	clear: both;
	background:#000000;
	text-align:center;
	color:#FFFFFF;
	margin-top:5px;
	width:941px;
}




#transperencyContentBox{

	border:1px;
	border-color:#666666;
	border-style:solid;
	width:878px;
	height:100%;
	
	background-color:#FFFFFF;
	position: absolute;
	filter:alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity:0.4;
	z-index:100;
	
	

}
#moduleContent{
	background-color:transparent;
	z-index:101;
	width:880px;
	height:auto;
	position: relative;
	overflow:visible;
}


