body, html {
	height:100%;
}

body {
	background-color: #7bc043;
}

.span8 {
	text-align:center;
	padding-top:200px;
}

#links img {
	border-bottom:2px solid transparent;
}

#bamlink:hover {
	border-bottom:3px solid #fff;
}

@media (max-width: 767px) {
	.span8 {
		padding-top:50px;
	}
}