* {
	font-size: 16px;
	font-family: Arial;
	color: #222222;
}

body {
	margin: 0;
	padding: 0;
	background-color: #d0d0d9;
}

#logo {
	background-image: url(odinsbeardbanner.png);
	width: 560px;
	height: 181px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#corner {
	background-image: url(ob_corner.png);
	width: 281px;
	height: 191px;
	position: absolute;
	right: 0;
	bottom: 0;
}

#message {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}
