body {
    background: url(../img/background.png) no-repeat #fff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	font-weight: 300;
}

h1 {color:#016F94; padding-top: 50px;}

p {color:#024E67;}

a {text-decoration:none; color:#016F94;}

