body {
  background-color: #000000;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans',Arial,Sans-Serif;
  font-size: 16px;
  text-align: center;
}

.text1 {
  font-family: 'Open Sans',Arial,Sans-Serif;
  font-size: 64px;
  font-style: normal;
  font-weight: bold;
  color: #bc0004;
  text-align: center
}

.text2 {
  font-family: 'Open Sans',Arial,Sans-Serif;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  color: #bc0004;
  text-align: center
}

.web {
  font-family: 'Open Sans',Arial,Sans-Serif;
  font-size: 24px;
  font-style: normal;
  color: #bc0004;
  text-align: center
}

.text3 {
  font-family: 'Open Sans',Arial,Sans-Serif;
  font-size: 14px;
  font-style: normal;
  color: #bc0004;
}

.text4 {
  font-family: 'Open Sans',Arial,Sans-Serif;
  font-size: 14px;
  font-style: normal;
  color: #bc0004;
  text-align: center
}

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

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

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

a:link {
color: #bc0004;
font-family: 'Open Sans',Arial,Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-decoration: none;
}

a:active {
  color: #bc0004;
  font-family: 'Open Sans',Arial,Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none
}
a:visited {
  color: #bc0004;
  font-family: 'Open Sans',Arial,Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none
}

a:hover {
  color: #bc0004;
  font-family: 'Open Sans',Arial,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
}