* {
  margin: 0;
  padding: 0;
  border: 0;
}

html, body {
  width: 100%;
  height: 100%;
  font-size: 12px;
  background-color: #000000;
  color:#ffffff;
  font-family:Verdana,sans-serif;
  font-size:12px;
}

a {
  color: #D12F2C;
}
a:hover {
  color: #ffffff;
}

ul {
  margin-left: 15px;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
  margin-top: 10px;
  margin-bottom: 0px;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
}

#sitecontainer {
  width: 755px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  background-image: url('img/mainbg.png');
  background-repeat: no-repeat;
  background-position: bottom;
}

#header {
  width: 100%;
}

#menuholder {
  width: 100%;
  height: 24px;
  padding-top: 40px;
  border-bottom: 1px solid #81574B;
  background-image: url('img/klot.png');
  background-repeat: no-repeat;
  background-position: bottom right;
}

#bannerholder {
  margin-top: 5px;
  height: 120px;
  background-image: url('img/header.jpg');
  background-repeat: no-repeat;
  background-color: #000000;
}

#contact {
  font-size:10px;
  font-style:italic;
  position: relative;
  top: 30px;
  left: 420px;
  width: 120px;
}
  #contact a {
    color: #ffffff;
  }

#content {
  /*
  min-height: 400px;
  */
}

.column {
  background-color: #211d1e;
  border: 1px solid #4c4c44;
  overflow: hidden;
  padding: 10px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#footer {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}