body
{
  font-family: arial,verdana,helvetica,sans-serif;
  font-size: 16px;
  line-height:1.7em;
  color: #231F20;
  text-align:center;

}

#container
{
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  min-width: 200px;
  max-width: 840px;
  padding-bottom: 25px;
}

a.logo:
{
    display: block;
    margin-left: auto;
    margin-right: auto
}

.logo:hover {
	opacity:0.7;
}
		


h1 {
    font-size: 28px;
    text-align:center; 
    color: #cf0119;
}

.clearfix {
    overflow: auto;
}

a
{
  color: #418ac9;
}

a:hover
{
  color: #000000;
}

p.footer
{
  text-align: center;
  font-size:11px;
  margin-top: 0px;
}

hr {
 	border: 0; 
 	height: 0; 
 	borer-top: 1px solid rgba(0, 0, 0, 0.1); 
 	border-bottom: 1px solid rgba(255, 255, 255);
}