@import url(/images/css/common.css);

#directions{
	background: url('/images/main_scheme.jpg') center bottom no-repeat;
	height: 540px;
}
	#body{
		padding-top: 660px;
	}
		#body h1{
			font-size: 16px;
		}
		#body h2{
			padding: 24px 0 12px 0;
		}
		#body ul.clients{
			list-style: none;
			margin: 0;
			padding: 0;
			height: 100px;
		}
			#body ul.clients li{
				margin: 0;
				padding: 0;
				float: left;
				width: 12.4%;
				height: 100px;
			}
				#body ul.clients li img{
					background-color: #fff;
					background-position: center center;
					background-repeat: no-repeat;
				}


