body {
	background-image: url("keyboard.jpg");
	background-color: #222;
	background-size: cover;
	background-attachment: fixed;
	background-position: center; 
	color: #ccc;
	width: 50em;
	margin: auto;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.25em;
}
footer {
	text-align: center;
	width: 100%;
    position: absolute;
    bottom: 0; 
    left: 0; 
    z-index: 10;
	font-size: 0.65em;
	color: #888;
}
img.logo {
	width: 10em;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3em;
	padding-bottom: 3em;
}

@media only screen and (max-width: 1080px) {
	img.logo {
		width: 6em;
		padding-top: 2em;
		padding-bottom: 2em;
	}
	body {
		width: auto;
		font-size: 1.25em;
		margin-left: 1em;
		margin-right: 1em;
	}
}