html {
  margin: 0;
  padding: 0;
}

body {
  width: 800px;
  margin: 0 auto;
  padding: 0;
  font-size: 100%;
  font-family: Arial, Tahoma, Verdana, Sans-serif;
}

img {
  border: 0;
}

#pink {
  background: #f10e9b url('images/pink_splash_bg.jpg') top center no-repeat;
}

#yellow {
  background: #f1ba0e url('images/yellow_splash_bg.jpg') top center no-repeat;
}

#black {
  background: #000000 url('images/black_splash_bg.jpg') top center no-repeat;
}

#green {
  background: #54bb46 url('images/green_splash_bg.jpg') top center no-repeat;
}

#orange {
  background: #f2770f url('images/orange_splash_bg.jpg') top center no-repeat;
}

#wrapper {
  width: 800px;
  height: 600px;
  margin: 0 auto;
  padding: 0;
}

#wrapper a {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
}

#contact {
  width: 89px;
  height: 39px;
  position: relative;
  left: 218px;
  top: 245px;
}

#spa-booker {
  width: 208px;
  height: 209px;
  position: relative;
  left: 571px;
  top: 179px;
}

#facebook {
  width: 37px;
  height: 38px;
  position: relative;
  left: 27px;
  top: 456px;
}

#myspace {
  width: 35px;
  height: 38px;
  position: relative;
  left: 64px;
  top: 418px;
}

#twitter {
  width: 39px;
  height: 38px;
  position: relative;
  left: 99px;
  top: 380px;
}

#bottom-email {
  width: 198px;
  height: 19px;
  position: relative;
  left: 562px;
  top: 209px;
}

#contact-form {
  margin: 100px auto;
  width: 500px;
}

#contact-form a {
  color: #fff;
}

#contact-form a:hover {
  color: #ccc;
}

.hidden {
  visibility: hidden;
}

.show-booker {
  position: absolute;
  left: 0px;
  top: 0px;
}

/* Error, Message and Warning */
.error {
  border: 1px solid #FF0000; background-color: #FFF4F4; color: #900000;
  font-weight: bold; padding: 3px 5px 3px 5px;
}
.warning {
  border: 1px solid #DDDD00; background-color: #FFFFE9; color: #909000;
  font-weight: bold; padding: 3px 5px 3px 5px;
}
.confirmation {
  border: 1px solid #00DD00; background-color: #F4FFF4; color: #009000;
  font-weight: bold; padding: 3px 5px 3px 5px;
}

