@charset "utf-8";
	html,
	body {
		margin:0;
		padding:0;
		height:100%;
		font-family: Verdana, Helvetica, "Trebuchet Ms", sans-serif; 
	}
	#container {
		min-height:100%;
		position:relative;
	}
	#header {
	background-color: #669900;
	background-image: url(images/3.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 0.9em;
	line-height: 80px;
	}
	#body {
	padding-bottom:60px;	/* Height of the footer */
	}
	#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:60px;
	background-color: #669900;    
    border-top-width: 1px;   
    border-top-style: solid;    
    border-top-color: #CCCCCC;   
    padding-top: 20px;   
    padding-bottom: 20px;  
    }
 
