body {
	background-color: #4b711c;
}

#container {
	width: 100%;
	border: 0px ;
	background-color: #4b711c;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
}

#header {
}


#main {
	width: 997px;
	height: auto;
	background-color: #4b711c;
	
}



a:link {
	text-decoration: none;
	color: #ADBF94;
}

a:visited {
	text-decoration: none;
	color: #ADBF94;
}
a:hover {
	text-decoration: none;
	color: #ADBF94;
}
a:active {
	text-decoration: none;
	color: #ADBF94;
}
  ul.navbar {
    list-style-type: none;
    padding: 5px;
}    

img{
border: 0px;
}
