.content{
max-width:800px;
margin:0 auto;
}
.top_line{
height:2px;
widht:100%;
background-color:red;
}
.big_title
{
text-align:center;
font-weight:bold;
font-size:40px;
font-family: "Times New Roman", Georgia, Serif;
margin-top:10px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
border: none;
font: "Aladin", Helvetica, sans-serif;
color: rgba(48,48,48,1);
text-align: center;
text-transform: normal;
-o-text-overflow: clip;
text-overflow: clip;

}

.button_area  {text-align:center;margin:0 auto;margin-top: 10px;max-width:300px;}
.button  {
width:100%;
font-family:arial;
color:white;
font-size:16px;
padding:10px 25px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:3px;
background:#33aa39;
margin:auto auto 10px;
border:2px solid #2d8d31;
}
.button:hover{
border: 2px solid #225024;
}
a:hover{
text-decoration:none;
}
p{
padding:0;
margin: 0;
display: inline-block;
}
.footer{text-align:center;margin-top:10px;padding-bottom:20px;}