body {
  background-color: #000000;
  margin: 0;
  padding: 0;
  font-family: 'Blinker', sans-serif;
  font-size: 12px;
  text-align: center;
  color: #000000;
}

#wrapper{
  margin: 0 auto;
  background-color: #000000;
  text-align: left;
}

#header{
  height: 130px;
  text-align: center;
  background-color: #000000;
}

#main{
  background-color: #000000;
  top: 130px;
  margin: 0px auto;
  padding-left: 10px;
  padding-right: 10px;
}

#footer
{
  width: 990px;
  margin: 0px auto;
  text-align: center;
  background-color: #000000;
}

.text1 {
  font-family: 'Blinker', sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
}

.text2 {
  font-family: 'Blinker', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
}

.web {
  font-family: 'Blinker', sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  color: #D51D5D;
  text-transform: uppercase;
  text-align: center;
}

.text3 {
  font-family: 'Blinker', sans-serif;
  font-size: 24px;
  font-style: normal;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
}

.text5 {
  font-family: Arial;
  font-size: 9px;
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

a:link, a:active, a:visited, a:hover {
  color: #FFFFFF;
  font-family: 'Blinker', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

a.recip:link, a.recip:active, a.recip:visited, a.recip:hover {
  color: #D51D5D;
  font-family: 'Blinker', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

hr {
  text-align: center;
  width: 50%;
}

div.centered {
  margin-left: auto;
  margin-right: auto
}