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

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

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

#header
{
  height: 200px;
  background-color: #FFFFFF;
  text-align: center;
  margin: 0px auto;
}

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

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

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

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

span.text4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  color: #000000;
  text-align: center;
}

span.web {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight:bold;
  color: #67C94D;
  line-height: 150%;
}

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

a:link, a:active, a:visited, a:hover
{
   color: #000000;
   font-family: 'Open Sans', 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: #67C94D;
   font-family: 'Open Sans', sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: bold;
   text-decoration: none;
}



