body { 
  background: #020c32 url("background.jpg");
  background-repeat: repeat-x;
  margin: 0px;
  padding: 0px;
}

#cform {
  position: relative;
  top: -290px;
  width: 550px;
}

#cbox {
  position: relative;
  top: -290px;
  width: 350px;
  height: 275px;
  overflow: auto;
}

.items {
  border-collapse: separate;
  border-spacing: 10px 50px
}

.blue {
  background: #ffffff;
  color: #000077;
  font-size: 15pt;
  font-weight: bold;
}

.green {
  background: #ffffff;
  color: #00ff00;
  font-size: 15pt;
  font-weight: bold;
}

a {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

#lnks {
  position: relative;
  top: -4px;
}

#btm {
  position: relative;
  top: -8px;
}

#byme {
  position: relative;
  top: -4px;
}

#byme a{
font-size:12px;
font-weight: 400;
}

#byme a:link {color: #ffffff}
#byme a:visited {color: #ffffff}
#byme a:hover {color: #ffffff}
#byme a:active {color: #ffffff}
