body {
	background: url('../img/bg.jpg') no-repeat center center fixed;
	background-size: cover;
	font-family: 'Courier New';
}

footer {
	position:fixed;
	bottom:10px;
	margin-bottom:10px;
}

.text {
	background: rgba(0,0,0,0.7);
	color:white;
	padding:20px;
	margin-top:50px;
	border-radius: 5px;
	box-shadow: 1px 1px 10px darkgray;
	text-shadow: 1px 1px 4px darkgray;

}
.main {
	padding: 20px;
	margin: 50px 50px 50px 50px;
}
