/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	background-color: #000000;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	background-image: url(../bg.jpg);
}


.b-wrapper {
	position: relative;
	min-height: 100%;
}
.b-content {
	padding-bottom: 80px;
}
.b-footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	font-size: 24px;
	text-align: center;
	color: #E0E0E0;
}


.b-greeting {
	width: 100%;
	padding: 80px;
	font-size: 32px;
	color: #E0E0E0;
	text-align: center;
	background-color: #1F2025;
}

.b-description {
	width: 100%;
	padding: 80px;
	font-size: 32px;
	color: #E0E0E0;
	text-align: center;
}