body{
	height: 100%;
}

#container{
	position: absolute;
	width: 100%;
	min-height: 100%;
}

a{
	color: #264535; 
	text-decoration: none;
}

a:visited{
	text-decoration: none;
	color: #264535; 
}

a:hover{
	color: #74d0a0; 
}

header {
	margin: 0 auto;
	width: 960px;
	height: 112px;
	background: url(../images/header.jpg) top center no-repeat; /* INSERT CORECT BACKGROUND HERE  */
	background-color: gray;
}

section{
	position: relative;
	margin-bottom: 18px;
}

#main {
	height: 100%;
	min-height: 100%;
	padding-bottom: 180px;
	width: 960px;
	position: relative;
	margin: 0 auto;
	padding-top: 140px;
	color: #333; /* INSERT CORECT COLOR HERE  */
	-webkit-font-smoothing: antialiased;
	
}

#main.no-padding{
	padding-top: 0px;
}

footer{
	position: absolute;
	bottom: 0;
	height: 180px;
	width: 100%;
	background: url('../img/footer.jpg') center no-repeat; /* INSERT CORECT BACKGROUND HERE  */
	background-color: olive;
}

input{
	color: #BDBDBD;
}

h1, h2, h3, h4, h5{
	font-family: "Yanone Kaffeesatz", Arial, sans-serif;
	color: #264535;
}