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

#main{
background-color: #212121;
top: 150px;
width: 1060px;
margin: 0px auto;
  padding-left: 10px;
  padding-right: 10px
}

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

#header{
  height: 150px;
  text-align: center;
  background-color: #212121;
}

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

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

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

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

.text3 {
  font-family: 'Convergence', sans-serif;
  font-size: 24px;
  font-style: normal;
  color: #D6D6D6;
}

.text4 {
  font-family: 'Convergence', sans-serif;
  font-size: 14px;
  font-style: normal;
  color: #000000;
  text-align: center
}

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

a:link, a:active, a:visited, a:hover {
color: #FCC602;
font-family: 'Convergence', 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
}