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

.text1 {
  font-family: 'Lato', sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  color: #fda230;
  text-align: center
}

.text2 {
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  color: #fda230;
  text-align: center
}

.web {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-style: normal;
  color: #fda230;
  text-align: center
}

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

.text4 {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-style: normal;
  color: #ffffff;
}

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

#main{
background-color: #932420;
top: 275px;
margin: 0px auto;
}

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

#header{
  height: 275px;
  text-align: center;
  background-color: #FDA230;
  border-bottom: 6px solid #2F2F2F;
}

#footer
{
  text-align: center;
  background-color: #2F2F2F;
}

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

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

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