html,
body {
	margin:0;
	padding:0;
}
#wrapper {
	background: #fff;
}
#header {
    width: 100%;
    height: 100px;
}
.logo img {
    max-height: 100%;
    max-width: 100%;
    margin: 10px auto 0px;
    display: block;
}
#content {
	padding-bottom:100px; /* Height of the footer element */
}
#footer {
	width:100%;
	height:100px;
	position:absolute;
	bottom:0;
	left:0;
}
.copyright {
	position: absolute;
	bottom: 0px;
	padding-left: 50px;
}

@media only screen and (max-width: 980px) {
	.copyright {
		position: absolute;
		bottom: 0px;
		padding-left: 5px;
		font-size: 10px;
	}
}