body {
  margin: 10;
  padding: 0;
  text-align: center;
  font: 10px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  background: #C0C0C0;
}
#container {
  background: #fff;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#header {
  background: #ff0;
  clear: both;
  width: 100%;
  height: 60px;
}
/* this pads the content container - due to Firefox/IE incompatability */
#contentcontainer {
  background: #fff;
  clear: both;
  height: 400px;
  margin: 10px 10px 10px 10px;
}
/* this holds the main body */
#content {
  float: left;
  background: #fff;
  /* cant use padding as displays differently in Firefox & IE */
  /* padding: 10px; */
  font: 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
#footer {
  background: #ff0;
  clear: left;
  width: 100%;
  height: 20px;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
/*  text-align: center;
  vertical-align: middle; */
}


