body {
	background: url('images/background.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: 'Open Sans', sans-serif;
}
.page {
	width: 960px;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	margin: 10px auto 0 auto;
	position: relative;
}
header {
	margin-bottom: 20px;
}
.callus {
	text-align: center;
	width: 300px;
	position: absolute;
	right: 60px;
	top: 0;
}
.callus h1 {
	font-weight: bold;
	color: #5d84af;
	margin-bottom: 5px;
}
.image {
	text-align: center;
}
.image img {
	border-radius: 10px;
	border: 3px solid #b6b6b6;
}
button {
	padding: 5px 10px;
	background: #619ac7 url('images/nav-hi-bg.jpg') bottom left repeat-x;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	border: none;
	float: right;
}
.clear {
	clear: both;
}
footer {
	text-align: center;
	font-size: 12px;
}