/*================================================
 Autor: Dakomani Webdesign (Michael Rollert)
 Internet: http://www.dakomani.de
 Datei: styles.css
 Version: 1.0.0
 Stand: 29.08.2012
 ===============================================*/


html {
  height: 100%;
  overflow-y: scroll;
}

body {
  font: 1em/1.25em Verdana, Arial, Geneva, sans-serif;
  background-color: #272727;
  color: #C8E6F0;
  border-left: 2px #593300 solid;
  border-right: 2px #593300 solid;
  margin: 18px auto;
  width: 840px;
}

#full-screen {
  position: relative;
}

#header {
  height: 372px;
  background: #444 url(../img/bg_top.png) no-repeat;
}

#content {
  position: absolute;
  top: 226px;
  left: 40px;
}

#footer {
  height: 313px;
  background: #444 url(../img/bg_bottom.png) no-repeat;
}

address {
  font-style: normal;
}