html, body {
    width: 100%;
	height: 100%;
    margin: 0; 
    padding: 0; 	
}

body {
	font-family: Arial, sans-serif;	
	font-size: 12px;
	color: #314a28;	
	background: #f9ba25 url('../images/body-bg.gif') repeat-x scroll top left;
}

div, td {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

a img { border: 0; }

a, a:link, a:visited { 
    text-decoration: none;
    color: #324824;
}

a:hover { 
    text-decoration: underline 
}

.justify {text-align: justify;}

.container { 
    position: absolute;
    top: 348px;
    width: 100%;
    z-index: 1;
}

.header-container { 
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
}

.header, .content, .footer {
    margin: 0 auto;
    width: 990px;    
    text-align: left;
}

