.buttonLink a {
	margin: 0;
	background: #54BD06;
	padding: 3px 10px;
	font-size: 90%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #fff !important;
	text-decoration: none;
}

.buttonLink a:hover {
	opacity: .8;
}

.bg {
	/* Full height */
	height: 100%;
	width: 100%;

	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
/*
Hack to make background image fullscreen on https://stackoverflow.com/questions/485827/css-100-height-with-padding-margin
Why is it so damn difficult to make obvious and common things with css and html?
 */
.fullScreen {
	display: block;
	position:absolute;
	height:auto;
	bottom:0;
	top:0;
	left:0;
	right:0;

}