﻿html, body, form 
{ 
	height: 100%;
}

body 
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	margin:0;
	background: #f6f6f6  url(../images/dark_bg.png) center repeat;
}
 
#wrapper 
{ 
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -140px; /* -footer height */
    width:779px;
    background-color:#ffffff;

} 

#header
{
	background: url(../images/header_bg_small.png) no-repeat 0px 20px;
	overflow:auto;
	height:180px;
	overflow:hidden;
}

#main
{
	overflow:auto;
	padding:10px 60px;
	color:#2b2b2b;
}

/*#main a { text-decoration:none; }*/

#footer, #push 
{ 
    height: 140px;
    /*background-color:#74489d;*/
    width:779px;
    margin:auto;
}

#footer_links { background: #066eb2 url(../images/footer_bg_small.png) no-repeat 10px 2px ; padding:10px 0px;  text-align:center; color:#ffffff; }
#footer_links p { margin:0; padding:0; }
#footer_links a { color:#ffffff; font-weight:bold; text-decoration:none; margin:0px 5px; }
#footer_links a:hover { text-decoration:underline; }


#footer_bottom { background: url(../images/logo_small.png) no-repeat 0px 0px; overflow:auto; margin:20px; }