/* *** bath *** */
#content-wrap {
 background: #fff;
}
#bs {
 width: 100%;
 height: 245px;
 position: relative;
 background: url('images/tiles_wide_2.jpg') no-repeat 0 0; 
}
#bs h2 {
 position: relative;
 width: 464px;
 height: 245px; 
}
#bs h2 span {
 position: absolute;
 top: 0;
 width: 100%;
 height: 100%;
 background: url('images/tiles_wide_2.jpg') no-repeat 0 0; 
}
.sm_tile {
 margin: 9px 9px;
/* float: left; */
 }
* html .sm_tile {
 margin: 6px 8px;
/* float: left; */
 }
.tiles {
 clear:both;
 float:none;
 }

