body {
  font-family: 'Playball', sans-serif;
  font-size: 10pt; 
  color: #000;
  letter-spacing: 0.5pt;
  text-transform: lowercase;
  line-height: 35px; 
  cursor: help;
  background-color: #000;
  background: url('bg1.png') top center repeat;
  scroll: no;
	}

.content {
  position: fixed; 
  top: 50%;
  margin-top: -200px;
  left: 50%;
  margin-left: -200px;
	}

a:link, a:visited, a:active, a:hover {
  font-family: 'Oswald', sans-serif;
  font-size: 75%; 
  color: #fff;
  letter-spacing: 0.5pt;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 3px;
	}