html {
	position:relative;
}

body {
	margin-bottom:100px;
}
.jumbotron img {
	width:200px;
	border:5px solid #666;
}

hr {
	width:250px;
	border-top:3px solid #999;

}

section {
	min-height:600px; 

}

#h1v {
  margin-top: 0;
  margin-bottom: 0;
}

#h2v {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}

.contact {
	background-color:#eee;
}

footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:100px;
	color:white;
	background-color:#333;

}


