body {
	background-image: url("background.png");
	font-family: sans-serif;
}
.menubar {
	background-image: url("menubarsmall.png");
	background-repeat:repeat-x;
	background-position: center;
	align-items: center;
	display:flex;
	justify-content: center;
	height: 34px;
	color: #fff;
}
.btn {
	background-image: url("menubarsmall.png");
	align-self: stretch;
}
.btn a {
	display: block;
	line-height: 34px;
	margin-left: 40px;
	margin-right: 40px;
	color: white;
	text-decoration: none;
	font-size: 15px;
}
.btn:hover {
	background-image: url("menubarhlsmall.png");
}
.container {
	width: 800px;
}
.main {
	position: absolute;
	background-color: #fff;
	width:800px;
	height: 100%;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	box-sizing: border-box;
	font-family: verdana;
}