body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #210;
	background-color: #fff;
	padding: 0;
	margin: 0;
	min-width: 270px;
}

header {
	width: 768px;
	height: 164px;
	background: url("images/header.gif") no-repeat;
}

section {
	padding: 20px;
}

.opener {
	display: flex;
}
.wait,
.claim {
	display: inline-block;
}
.claim {
	padding-left: 20px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

footer {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 10px;
	line-height: 14px;
	padding: 10px;
}

footer > img {

}