@charset "utf-8";
/* CSS Document */

@import url("body.css");

html, body {
	margin:0;
	padding:0;
	height:100%;
	font: normal .9em Georgia, Arial, Helvetica, sans-serif;
	background:url(../pics/bg_main.png);
	background-repeat:repeat-x;
	background-position:fixed;
}

div#header {
	background:url(../pics/bg_header.png) repeat-x;
	height:134px;

}

div#container {
    position:relative; /* needed for footer positioning*/
    margin:0 auto; /* center, not in IE5 */
    width:960px;
    background:#fff;
    height:auto !important; /* real browsers */
    height:100%; /* IE6: treaded as min-height*/
    min-height:100%; /* real browsers */
}

div#content {
    padding:0em 0em 10em; /* bottom padding for footer */
}


div#footer {
    position:absolute;
    width:100%;
    bottom:0; /* stick to bottom */
}
    