/*
<style type="text/css">
html, body {
height: 100%;
margin: 0;
padding: 0;
}
</style>
*/
/*body {background-color:#ffee96;}*/
body {  
position:relative;
height: 100%;
margin: 24px;
padding: 0;
      background:#FFEE96;
      color:#000000;
      min-width:748px;
      font-family:'Verdana', sans-serif;
      font-size:9pt;
      font-weight:500;
      line-height:12pt;
      text-decoration: none;
      text-aline: center;

background-image:url('Images/massage-Background.jpg');
background-repeat:no-repeat;
background-size: 100%;
background-position: 50% 50%;
background-width:700;
background-height:700;
}


div#centering
{
  margin-left: auto;
  margin-right: auto;
  width: 60em;
  text-align: left;
}

.imageRepeatBox {
  background-image:url("Images/Snail.png");
  background-repeat:no-repeat;
  width:700;
  height:700;
  font:14pt/24pt;
}

#red1 p {FONT :COLOR=#0000FF;
}

#tabs {
border-bottom: .5em solid #552200;
margin: 0;
padding: 0;
}

#tabs li {
display:inline; 
border-top: .1em solid #03c;
border-left: .1em solid #03c;
border-right: .1em solid #03c;
}

#tabs li a {
text-decoration: none;
padding: 0.25em 1em;
color: #000;
}

#page1 #tabs li#tab1 a, 
#page2 #tabs li#tab2 a, 
#page3 #tabs li#tab3 a, 
#page4 #tabs li#tab4 a, 
#page5 #tabs li#tab5 a,
#page6 #tabs li#tab6 a
{
padding: 0.25em 1em;
background-color: #552200;
color: #fff;
}

