@charset "utf-8";
/* CSS Document */

#places {
	background-image: url(images/places.gif);
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
	height: 160px;
	width: 230px;
	padding-top: 280px;
}
#resbox {
	background-image: url(images/reservations-name.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 230px;
	padding-top: 25px;
}
#clcont {
	background-image: url(images/nomer.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 48px;
	width: 835px;
	overflow: hidden;
}