﻿@charset "UTF-8";
/* CSS Document */

#energy-healing-box {
	background-image: url(/images/energy-bg.jpg);
	background-repeat: no-repeat;
	height: 263px;
	width: 190px;
	position: relative;
	float:left;
	margin:10px;
}
#intuitive-box {
	background-image: url(/images/intuitive.jpg);
	background-repeat: no-repeat;
	height: 263px;
	width: 190px;
	position: relative;
	float:left;
	margin:10px;
}
#life-box {
	background-image: url(/images/life.jpg);
	background-repeat: no-repeat;
	height: 263px;
	width: 190px;
	position: relative;
	float:left;
	margin:10px;
}
.box-content {
	position: absolute;
	top: 85px;
	margin-right: auto;
	margin-left: auto;
	height: 165px;
	width: 160px;
	left: 15px;
	overflow: hidden;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
