div#section1{
    float: left; /* Sets this section to the left */
    background: #fff;
    width: 385px;
	height: 350px;
}

div#column1 {
	float: left;
	width:175px;
	height:350px;
	text-align:left;
	background:url(../images/index_salon.jpg) no-repeat 0% 0%;
	_background:url(../images/index_salon.jpg) no-repeat 50% 0%;
}
div#column1 p {
	margin: 5px;
}

div#col-text {
	color: black;
	top: 165px;
	position: relative;
	margin: 5px;
}

div#col-text ul a{
	text-decoration: none;
}

div#column2{
	float: right; /* Sets this column to the right inside its section*/
	width:175px;
	height: 350px;
	text-align:left;
	background:url(../images/index_hair.jpg) no-repeat 0% 0%;
	_background:url(../images/index_hair.jpg) no-repeat 50% 0%;
}
div#section2{
    float: right; /* Sets this section to the left */
    background: #fff;
    width: 385px;
	height: 350px;

}
div#column3 {
    float: left; /* Sets this column to the left inside its section */
	width:175px; 
	height: 350px;
	text-align:left;
	background:url(../images/index_massage.jpg) no-repeat 0% 0%;
	_background:url(../images/index_massage.jpg) no-repeat 50% 0%
}
div#column4{
	float: right; /* Sets this column to the right inside its section*/
	width:175px;
	height: 350px;
	text-align:left;
	background:url(../images/index_face.jpg) no-repeat 0% 0%;
	_background:url(../images/index_face.jpg) no-repeat 50% 0%;
}
