@charset "utf-8";
 
<style type="text/css"> 
<!-- 
body {
	padding:0;
	margin: 0;
	background-image: url(../elements/back.gif);
	background-repeat: repeat-x;
}
p { padding:0px; margin:0px; }
table,td,th { border: 0; padding: 0px; border-collapse: collapse; }
img, div, input { behavior: url("js/pngfix/iepngfix.htc") }

#container { 
	width:955px;
	margin:auto;
	padding:0px;
	height:auto;
	text-align:left; 
	position:relative;
} 
		
/* MAIN CONTENT */
/* ********* */
#mainContent {
 display:block; position:relative; 
 width:955px; height:auto;
 margin:auto;
}
#mainContent #leftPage { width:187px; float:left; display:inline; }
#mainContent #mainPage { width:768px; float:left; display:inline; }

/* BOTTOM */
/* ****** */
#bottom {
 display:block; position:relative; width:100%; height:46px; margin:auto; background-color:#383838;
}

#searchbycity { background-image: url(../elements/search_by_city.gif); width:1168px; height:211px; background-repeat: no-repeat; }

--> 
</style>