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

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

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

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

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

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

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

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

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

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

#wrapper{
width: 1080px; 
margin: 0 auto;
background-color: #000000;
border: 2px groove #C00000;
text-align: left;
}

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

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

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

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

a:hover {
  color: #c9c9c9;
  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
}