@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #003366;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#content {
	width: 1000px;
	margin:0 auto;
	text-align:left;
	background-color: #4b7198;
	background-image: url(../images/background6.jpg);
	height:630px;	
}

#text {
	position:relative;
	z-index:2;
	left: 350px;
	top: -280px;
	width: 600px;
	height:440px;
	color:#FFFFFF;
	text-align:right;
	overflow: auto;
	padding-right:15px;	
}

#links {
	position:relative;
	z-index:1;
	width:300px;
	top:125px;
	left:10px;
	height:400px;
}
#spaPackageButton {
	background-image:url(../images/spaPackageButton.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:167px;
	height:33px;
	text-indent:-9999px;
	margin-left: 115px;
}

#hairButton {
	background-image:url(../images/hair.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:156px;
	height:33px;
	text-indent:-9999px;
	margin-left: 115px;
}
#makeupButton {
	background-image:url(../images/makeup.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:156px;
	height:33px;
	text-indent:-9999px;
	margin-left: 105px;
}

#waxingButton {
	background-image:url(../images/waxing.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:156px;
	height:33px;
	text-indent:-9999px;
	margin-left: 95px;
}
#airbrushButton {
	background-image:url(../images/airbrush.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:250px;
	height:33px;
	text-indent:-9999px;
	margin-left: 10px;
}
#bridalButton {
	background-image:url(../images/bridal.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:183px;
	height:33px;
	text-indent:-9999px;
	margin-left: 65px;
}
#nailButton {
	background-image:url(../images/nail.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:167px;
	height:33px;
	text-indent:-9999px;
	margin-left: 85px;
}
#massageButton {
	background-image:url(../images/massage.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:218px;
	height:33px;
	text-indent:-9999px;
	margin-left: 50px;
}
#bodyButton {
	background-image:url(../images/body.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:214px;
	height:33px;
	text-indent:-9999px;
	margin-left: 55px;
}
#facialsButton {
	background-image:url(../images/facials.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:244px;
	height:44px;
	text-indent:-9999px;
	margin-left: 35px;
}

#contactButton {
	background-image:url(../images/contact.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:173px;
	height:33px;
	text-indent:-9999px;
	margin-left: 125px;
}

#homeButton {
	background-image:url(../images/home.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:173px;
	height:33px;
	text-indent:-9999px;
	margin-left: 145px;
}


.center {
	text-align:center;
	font-size:large;
}
.left {
text-align:left;
}


#special {
	width:180px;
	position:relative;
	z-index:4;
	left: 0px;
	top: 10px;
}
