* {
  font-family: 'Press Start 2P', cursive;
  color: #FFF;
}

body {
  background-color: #0050a5;
  cursor: url(../img/cursor.png), auto;
}

a:hover, a:focus {
  cursor: url(../img/cursor.png), auto; 
}

embed {
  position: absolute;
  top: -1000px;
  left: -3000px;
}

.genWrapper {
  width: 960px;
  height: auto;
  margin: 0 auto;
  border: 2px solid #FFF;
}

.header {
  text-align: left;
  text-indent: 3px;
}

.header p {
  margin: 0 0 3px 0;
  padding: 0;
}

.header .topbar {
  width: 100%;
  height: 20px;
  padding: 3px 0;
  margin: 0 0 5px 0;
  background-color: #FFF;
  position: relative;
}

.header .topbar div {
  display: inline-block;
}

.header .topbar .title {
  width: auto;
  color: #0050a5;
}

.header .topbar .stripes {
  width: 80%;
  height: 8px;
  border-top: 5px solid #0050a5;
  border-bottom: 5px solid #0050a5;
}

.header .topbar .fblink {
  position: absolute;
  top: 3px;
  right: 2px;
}

.header .topbar .fblink:hover {
  top: 5px;
}

.wrapper {
  text-align: center;
  padding-top: 150px;
  height: 300px;
  font-size: 16px;
}

.footer {
  text-align: center;
  padding-bottom: 5px;
  position: relative;
}

.footer img {
  position: absolute;
  top: -40px;
  left: 455px;
}

.footer a {
  font-size: 12px;
}