body {
  background: #131414;
  margin-top: 0;
  font-family: 'Helvetica', sans-serif;
  color: #FFFFFF;
  text-align: center
}

span.text1 {
  font-family: 'Helvetica', sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center
}

span.text2 {
  font-family:'Helvetica'
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 150%;
}

span.text3 {
  font-family: 'Helvetica', sans-serif;
  font-size: 20px;
  font-style: normal;
  color: #FFFFFF;
}

span.web {
  font-family: 'Helvetica', sans-serif;
  font-size: 14px;
  font-style: normal;
  color: #04EB0F;
  line-height: 150%;
}

span.text5 {
  font-family: 'Helvetica', sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
}

#wrapper
{
width: 1080px;
margin: 0px auto;
padding: 0px;
border: 0px;
  text-align: left
}

#main
{
  background: #131414;
  top: 140px;
  width: 1080px;
  border-color: #04EB0F;
  border-style:solid;
  border: 1px;
  margin: 0px auto;
  text-align: center
}

#header
{
  height: 140px;
  width: 1080px;
  text-align: center;
  margin: 0px auto;
}

#footer
{
  text-align: center;
  width: 950px;
  position: fixed;
  bottom: 0px
}

a:link, a:visited, a:active, a:hover {
   color: #04EB0F;
   font-family: 'Helvetica', sans-serif;
   font-size: 24px;
   font-style: normal;
   font-weight: normal;
   text-decoration: none
}

a.recip:link, a.recip:active, a.recip:visited, a.recip:hover {
    color: #04EB0F;
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    font-style: normal;
    text-decoration: none
}



