body {
background-image:url('background.jpg');
background-size:cover;
font-family:Arial, sans-serif;
line-height:150%;
}

.container {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}

.logo {
	display:block;
	text-align:center;
	margin-top:100px;
}

.content {
	display:block;
	text-align:center;
	font-weight:normal:
}

a {
	color:#3f7fc1;
	text-decoration:none;
	font-weight:bold;
}