@charset "UTF-8";
/* CSS Document */

body{
	color: #065d7c;
	background-color: #fff;
	text-align: center;

	background: url(../images/bkeg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.margin-top{margin-top:10%;}
.logo {width: 60%; margin: auto; margin-bottom: 40px;}
