body {
background-color: #005500;
background-image: url('menu/massage_background.jpg');
background-repeat: no-repeat;
background-position: center;
font-family: arial, verdana, helvetica;
font-size: .8em;
color: black;}


#container  {
width: 900px;
margin: 0 auto;
} 

#disjointedText {
position:relative;
margin:4em auto;
list-style:none;
}
/* This is the position of the photos*/
#disjointedText dd {
padding:0 1em;
width:13em;
}
#disjointedText a {
display: block;
text-decoration:none;
text-align:center;
}

#disjointedText a:hover {
color: #cff; 
background:#000000;
}
#disjointedText a span {display: none;}
#disjointedText a:hover span {
display: block;
position: absolute; 
left:250px;
top:250px;
background:#fff;
width:10em;
}
#disjointedText dt {
position:absolute;
left:150px;
top:150px;
} 
#footer1  {
clear: all;
position: relative;
z-index: 3;
font-family: verdana;
font-size: 10pt;
color: gold;
text-align: center;
}
.putit {
position: absolute;
top: 350px;
left: 200px;
margin: auto;
}

.wwhite{color:white;}
