body {
  background-color: #0C0C0E;
  margin-top: 0;
  font-family: 'Cuprum', sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center
}

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

#main
{
  top: 100px;
  width: 1080px;
  background-color: #000000;
  margin: 0px auto;
  text-align: center
}

#header
{
  height: 100px;
  width: 1080px;
  background-color: #0C0C0E;
  text-align: center;
  margin: 0px auto;
}

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

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

span.text2 {
  font-family: 'Cuprum', sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center
}

span.text3 {
  font-family: 'Cuprum', sans-serif;
  font-size: 24px;
  font-style: normal;
  color: #FFFFFF;
  line-height: 150%;
}

span.web {
  font-family: 'Cuprum', sans-serif;
  font-size: 24px;
  font-style: normal;
  color: #EDAE00;
  line-height: 150%;
}

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


a:link, a:active, a:visited, a:hover {
   color: #D00806;
   font-family: 'Cuprum', sans-serif;
   font-size: 14px;
   font-style: normal;
   font-weight: normal;
   text-decoration: none;
}

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


