body{
	background-color: #306082;
	color:#eaeff2;
	background-image: url("../images/background.png");
}

h1{
	font-family: arial, helvetica, sans-serif;
	width:100%;
	padding:30px 15px;
	background-color:#45283c;
	font-weight: normal;
	text-transform: uppercase;
	
}
h1 a{
	color:#eaeff2;
	text-decoration: none;
	border-bottom: 1px solid #eaeff2;
	}
.content-lightblue{
	background-color:#5fcde4;
	padding:30px 45px;
	border-radius: 5px;
	color:#323c39;
	border: 2px solid #222034;
	bo
}

p{
	
}
#footer{
	width:100%;
	background-color: #444;
	padding: 45px;

}