 body {background-color:#ffffff;background-repeat:no-repeat;background-position:top left;background-attachment:fixed;}
h1{font-family:Arial, sans-serif;color:#2A5F77;background-color:#ffffff;text-align:center;}
p {font-family:Georgia, serif;font-size:14px;font-style:normal;font-weight:normal;color:#000000;background-color:#ffffff;}

.wrapper {
    text-align: center;
	margin-top: 40px;
}

h1 {
    font-family: roboto thin, sans-serif;
    letter-spacing: 2.65px;
    font-size: 20px;
    text-transform: uppercase;
    color: #BBB;
    background-color: #ffffff;
    text-align: center;
    margin: 40px 0 150px;
}

.logo {
	margin-bottom: 100px;
}

.buttons {
	background-color:#167aa8;
	border-radius:6px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'Raleway Light', Arial, sans-serif;
	font-size:32px;
	width: 275px;
    padding: 30px 65px;
	margin: 0 10px;
	text-decoration:none;
}
.buttons:hover {
	background-color:#4590ad;
}
.buttons:active {
	position:relative;
	top:1px;
}
