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

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

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;
	}