body {
  padding: 10px 20px 20px 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  background-color: #080a09;
  color: #b9b9b9;
}

a {
  color: #00B7FF;
}

a img {
  border: none;
}

.alignLeft {
  float:left;
  margin-right: 1em;
}

.alignRight {
  float:right; 
  margin-left: 1em; 
}

#leftSide {
  float: left;
}

#rightSide {
  float: right;
}

#center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#fourtext {
  float: left;
}

#twotext {
  float: right;
}

#links {
  clear: both;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}