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


body {
	background-color: #25353D;
	background:url(background.png);
	background-position:center;
	margin:auto;
}
#container1 {
	border: 1px solid gray;
	width: 982px;
	height: auto;
	margin: auto;
	padding-bottom:80px;
	}
#header {
	width: 980px;
	margin: auto;
}
#main {
	color: white;
	width: 980px;
	margin: auto;
	text-align: center;
}
#navbar {
	float: right;
}
#footer {
	width: 980px;
	height: 25px;
	background-color:#CCC;
	text-align:center;
	float:right;
	border: solid 1px white;
	margin-top: 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.treatment {
	background-color:#5B6471;
	border: solid 1px white;
}
#email {
	color:white;
}
#services {
	width: 520px;
	text-align: left;
	float: right;
}
#images {
	width: 378px;
	float: left;
}
#giftC {
	text-decoration:none;	
}
#giftC a:link, a:hover, a:active, a:visited {
	text-decoration:none;
	color:transparent;
}
td img {display: block;}