/* 800x284 */
/* Begin Global Styles */
@import url(/css/reset.css);
/* End Global Styles */

/* Begin local styles */
body {
  text-align: center;
  min-width: 800px;
  background: #999;
}

#wrapper {
  margin: 0 auto;
  margin-top: 20px;
  width: 700px;
  border: 1px solid black;
  height: 500px;
  text-align: center;
  background: #FFF;
}

#header {
  margin: 0 auto;
  margin-top: 20px;
  width: 500px;
  height: 118px;
  border: 4px solid black;
  background: url(/images/enteringandover_logo.png) no-repeat center;

}

#content {
  margin: 0 auto;
  margin-top: 20px;
  width: 600px;
  height: 289px;
  text-align: left;
  background: #ddd url(/images/enteringandover_placeholder.png) no-repeat;
}

#footer {
  padding-top: 3em;
  font-size: 60%;
}
