body {
  z-index: 0;
  background-color: #000000;
  margin: auto;
  align: center;
  color: #ffffff;
  font-family: arial;
  font-weight: bold;
  font-size:16px;
}

a:{color: #fff; text-decoration:none;}
a:link{color: #fff; text-decoration:none;}
a:visited{color: #fff; text-decoration:none;}
a:hover{color: #777777; text-decoration:none;}
a:active{color: #fff; text-decoration:none;}
a:img{border:0px;}

.mm {color: #777777; font-size:20px; text-align:left;}
.mm a:link {color: #fff;}
.mm a:visited {color: #fff;}
.mm a:hover {color: #777777;}
.mm a:active {color: #fff;}

#wrapper {
  z-index: 1;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1250px;
  border-top: 0px solid #000;
  border-right: 0px solid #000;
  border-bottom: 0px solid #000;
  border-left: 0px solid #000;
  background-color: #000000;
}

#header {
  z-index: 2;
  position: relative;
  top: 0px;
  left: 0px;
  width:1250px;;
  text-align:left
}

#content {
  z-index: 2;
  position: relative;
  left: 150px;
  float:left;
  width: 950px;
  margin-bottom: 0px;
  text-align: center;
}

#footer {
  z-index: 2;
  position: fixed;
  right: 20px;
  bottom: 5px;
  text-align: right;
}