body {
	margin: 0;
	min-height: 100px;
	min-width: 200px;
}

#background {
	opacity: .4;
	background-image: url('/img/scc.jpg');
	background-size: cover;
	background-position-y: center;
    background-position-x: left;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0px;
}

#content {
	margin-bottom: 50px;
}

#footer {
	position: absolute;
	bottom: 0px;
	height:50px;
	width: 100%;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

.footerlink {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}