body
{
  background: white
}

#container
{
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10
}

#header
{
  height: 80px;
  padding-left: 0
}

#header img
{
  padding-top: 10px
}

#footer
{
  color: black;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  font-family : Arial, sans-serif;
  padding-top: 30px
}

#backdrop
{
  background-color: black;
  z-index: 70
}

#content
{
  width: auto;
  min-height: 600px;
  font-family : serif, Arial, sans-serif;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 5px;
  padding-bottom: 20px;
  z-index: 75
}

noscript div
{
  color: #d00;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  text-align: center
}

.hidden
{
  visibility: hidden;
  height: 0
}
