.logoarea {
margin: 15px auto;
margin-bottom: 0px!important;
width: 971px;
text-align: left;
padding: 9px 0px 9px 15px;
background-image: url(./back-header.png);
}

.mainarea {
margin: 0px auto;
margin-bottom: 0px!important;
width: 971px;
height: auto;
text-align: left;
padding: 9px 0px 9px 15px;
background-image: url(./back-scroller.png);
}

.footercontact { 
padding-top:20px;
font-family:Arial, Helvetica, sans-serif; 
margin: 0px auto;
color:#fff; 
background:#333333; 
height:50px; 
width:988px;
color:#FFF; 
font-size:10px; 
}

.footercontact div {  
width:988px;
text-align:center; 
margin:0px auto;  
vertical-align: middle; 
font-size:10px; 
} 

.footercontact img 
{ 
margin-right:2px; 
} 

body 
{font-size:100%;
font-family:Arial, Helvetica, sans-serif; 

}
.button{
border:1px solid #7d99ca; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:26px;font-family:Arial, Helvetica, sans-serif; padding: 10px 10px 10px 10px; text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #a5b8da;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5b8da), color-stop(100%, #7089b3));
 background-image: -webkit-linear-gradient(top, #a5b8da, #7089b3);
 background-image: -moz-linear-gradient(top, #a5b8da, #7089b3);
 background-image: -ms-linear-gradient(top, #a5b8da, #7089b3);
 background-image: -o-linear-gradient(top, #a5b8da, #7089b3);
 background-image: linear-gradient(top, #a5b8da, #7089b3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a5b8da, endColorstr=#7089b3);
}

.button:hover{
 border:1px solid #5d7fbc; background-color: #819bcb;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#819bcb), color-stop(100%, #536f9d));
 background-image: -webkit-linear-gradient(top, #819bcb, #536f9d);
 background-image: -moz-linear-gradient(top, #819bcb, #536f9d);
 background-image: -ms-linear-gradient(top, #819bcb, #536f9d);
 background-image: -o-linear-gradient(top, #819bcb, #536f9d);
 background-image: linear-gradient(top, #819bcb, #536f9d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#819bcb, endColorstr=#536f9d);
}

