html, body {
  background: url(../images/background.jpg);
  background-position: right;
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  margin: 1px;
  padding: 0px;
  background-color: #000;
  font-family: verdana;
  font-size: 12px;
  min-height: 99%;
  height: 99%;
}

#wrapper{
  margin-left: auto;
  margin-right: auto;
  text-align: left;/*width:990px;*/
}

.head {
  display: block;
  height: 140px;
  text-align: center;
  padding: 5px;
  font-size: 30px;
  border:3px solid #ff0000;
  background-color: #ffffff;
  color: #000;
  position: fixed;
  top: 0px;
  width:98.5%;
  z-index: 1;
}

.footer {
  display: block;
  height: 15px;
  background-color: #000;
  color: #000;
  text-align: center;
  padding: 5px;
  font-size: 10px;
  position: fixed;
  bottom: 0px;
  width: 98.5%;
}

.footer a{
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  font-size: larger;
}

.footer a:hover{
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  font-size: larger;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
#padder{
    height:160px;
}

#container {
  color: #fff;
  margin-top: 0px;
  padding: 0 0px 0 0px;
  min-width: 200px;
  position: relative;
  padding: 3px;
  display: block;/*background:#000;*/
  border-left-width: 200px; /* solid #FF0000; /*#000;/*border-right:200px solid #000;*/
  overflow: visible;
  min-height: 99%;
  height: 99%;
}

html > body, html > body #container {
  height: auto;
}

#left {
  float: left;
  position: relative;
  width: 198px;
  /*margin-left: -197px;*/
  display: inline;
  min-height: 99%;
  height: 99%;
  padding-right: 5px;
}
/*#right {float:right; position:relative; width:198px; margin-right:-197px; display:inline;}*/

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
}

a {
    color: #FF0000;
}

#left a:link {
  display: block;
  width: 185px;
  height: 25px;
  color: #ffffff;
  background: #000; /*transparent;*/
  text-decoration: none;
  border: 2px solid #c00; /*#c00;*/
  text-align: center;
  line-height: 25px;
  margin-top: 3px;
}

#left a:visited {
  display: block;
  width: 185px;
  height: 25px;
  color: #ffffff;
  background: #000; /*transparent;*/
  text-decoration: none;
  border: 2px solid #c00;
  text-align: center;
  line-height: 25px;
  margin-top: 3px;
}

#left a:hover {
  color: #c00;
  background: rgb(209, 221, 219);
  text-decoration: none;
  border: 2px solid #c00;
  text-align: center;
  line-height: 25px;
  margin-top: 3px;
}

#left a:active {
  color: #c00;
  background: transparent;
  text-decoration: none;
  border: 1px solid #c00;
  text-align: center;
  line-height: 25px;
  margin-top: 5px;
}

p{
  text-align: justify;
}

