/* FRONTEND Stylesheet */

/* html elements
------------------------------------------- */
body, html {
  background: #662c05 url("/img/frontend/bg.jpg") top center;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
a {
  color: #fff;
}
a:hover {
  color: #000;
}

/* CONTENT
------------------------------------------- */
#content,
#visionSWFContent {
  outline: none;
  text-align: center;
}
#visionSWFContent h1 {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}
#visionSWFContent p {
  line-height: 14px;
  padding: 10px;
  text-align: center;
}

/* FOOTER
------------------------------------------- */
#footer {
  display: none;
}