body {	
	background: url('background.png') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;		
	color: #5B5B5B;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Geneva, Verdana, Arial, sans-serif;
	margin-top: 100px;
	text-align: center;
}

.wrapper {
	
	

	margin-left: auto;
	margin-right: auto;
	width: 50em;
	text-align: left;
}
a {
	text-decoration: none;
	color: #5e8a9a;
}
h2 {	
	color: #7b1e1e;
}

ul {
	padding-top: 20px;
}

li {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.25em;
}

a:hover {
	text-decoration: underline;
	color: #8ec6d9;
}
.content {
    margin: 0;
    padding: 0;
	padding-top: 6 0px;
}

.logo{
    margin-bottom: 10px;
	text-align: center;
}

