body {
  margin:0;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  color: #fff;
  background:#000000 url('../images/background.jpg') no-repeat;
}

#info {
  position:relative;
  width:960px;
  height:305px;
  margin-left:200px;
  top:320px;
  text-align:left;
}


#info #column1 {
  float:left;
  width:600px;
  height:40px;
}

#info #column2 {
  float:left;
  width:100px;
  height:40px;
  padding-top:22px;
}

h1 span{
  display:none;
}

h2 {
  margin:0;
  font-size:0.85em;
  font-weight:lighter;
  letter-spacing:0.04em;
}

h3 {
  font-size:0.8em;
  font-weight:normal;
  color:#555;
  margin:0;
}

span.highlight-color {
  color:#c857dd;
}

span.highlight-color2 {
  color:#555;
}

span.smaller {
  font-size:0.85em;
}