body {
	margin:0;
	padding:0;
	width:100%;
	background: #ffffff;
	font-family:arial; 
	font-size:12px; 
	text-align: center;
	background: #006b8c;	
}

#content {
margin:0 auto;
max-width:800px;
max-height:100%;
padding:5em;
}


#logo {
    padding-top:1em;
    padding-bottom:5em;
		
}

#header {
	width:100%;
	margin:0 auto;
}

h1 {
	font-size:1.8em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200; 
	color:#ffffff;
	display:inline;
	letter-spacing:0.02em;
	line-height:1.6em;
}
h2 {
	font-size:1.8em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200; 
	color:#ffffff;
	display:inline;
	letter-spacing:0.02em;
	line-height:3.5em;
    
}

#footer{
 padding-top:7em;
 
}

a { 
	text-decoration:none;  
	color:#ffffff; 
}

a:hover {
	text-decoration:underline;
}
