* {
  margin: 0;
  padding: 0;
}
body {
  background-color: black;
}
#content {
  background-image: url('../images/accu-back.jpg');
  width: 1024px;
  height: 768px;
  
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#page_header h1 {
  color: #f7b925;
  font-family: Times New Roman;
  font-size: 55px;
}

#page_header h3 {
  color: #c4c3c6;
}

#page_header h4 {
  color: #c4c3c7;
  margin-bottom: 10px;
}

#flash {

  margin-bottom: 6px;

}

#inner {

width: 663px;
margin-left: auto;
margin-right: auto;

}

#orangebox {
  margin-top: 20px;
  background-color: #f6b92f;
  width: 337px;
  float: left;

}

#orangebox p {
  padding: 10px 10px 10px 10px;
  font-size: 11px;
  font-family: Arial;
  text-indent: 0px;

}

#right_pros {
  margin-top: 20px;
  text-align: left;
  width: 280px;
  float: right;
  color: #f7b925;
}

#right_pros ul {
  margin-left: 40px;
}
#right_pros ul li {
  font-size: 12px;
  font-family: Arial;
}

#right_pros h3 {
  font-size: 25px;
}

#footer {
  clear: both;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  color: white;


}

#footer #bigfooter {
  font-size: 20px;
}

#backbutton {
  margin-left: auto;
  margin-right: auto;
  padding-right: 120px;
  margin-top: -63px;
  text-align: right;
  font-size: 40px;
  width: 1024px;
  text-decoration: none;

}
#backbutton a {
 text-decoration: none;
 }
#backbutton a span {
  visibility: hidden;

}

#backbutton a:hover{
  text-decoration: none;

}
