﻿* {
}
body {
  background-image: url(../images/background1.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0px;
}
form {
}
/***************************************/
/* AREAS */
/***************************************/
#siteArea {
  width: 600px;
  position: absolute;
  left: 250px;
}
#headerArea {
  width: 600px;
  height: 100px;
}
#contentArea {
  width: 600px;
}
#footerArea {
  width: 600px;
  display: block;
  float: left;
}

/***************************************/
/* CONTENT */
/***************************************/
#content {
  width: 400px;
  float: left;
}
#spots {
  margin-top: 50px;
  margin-left: 25px;
  width: 175px;
  float: left;
}