html {
	position: relative;
}

body {
	margin-bottom: 100px;
}

.jumbotron img {
	width: 400px;
	border: 3px solid #666;
}

hr {
	width: 250px;
	border-top: 3px solid #666;
}

section {
	min-height: 500px;	
}


.info {
	margin-top: 80px;
}

footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 100px;
	background-color: #333;
	padding-top: 50px;
}

footer p{
	color: #fff;
	font-size: 0.9em;
}

footer a{
	color: #FFD700;
}