html {
  position: relative;
  min-height: 100%;
}

body{
	background-color: #f5f5f5;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 60px;
	margin-top: 100px;
	min-height: 100%;
}



#header{
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #9ec318;
	width: 100%;
	z-index: 999;
	padding: 10px 0;
}

#header .row > *:last-child{
	text-align: right;
}

h1{
	font-weight: 300;
	margin: 40px 0;
}


#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#footer .row > *:last-child{
	text-align: right;
}

#footer .row > *:last-child a + a{
	margin-left: 15px; 
	padding-left: 15px;
}

#pvCalculator{
	background-color: #fff;
	padding: 10px;
	margin-top: 20px;
}

#contactBox{
	padding: 10px;
	background-color: #cccccc;
	margin-top: 20px;
}