body, label, input, textarea, select, button {
	font-family: Arial, sans-serif;
}
html, body {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 18px;
	color: #FFF;
	background-color: #000;
}
.front-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	min-height: 545px;
}
.front-bg {
	position: fixed;
	width: 200%;
	height: 200%;
	left: -50%;
	background: #000;
}
.front-bg img {
	margin: auto;
	min-width: 50%;
	min-height: 50%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 0;
	display: block;
}

.front-page {
	position: absolute;
	top: 30px;
	width: 380px;
	z-index: 9998;
	left: 50%;
	margin-left: -180px;
	background: transparent url(../img/45stripe_bg.png) 0 0 repeat;
}
.front-content {
	padding: 20px 30px 10px 30px;
}
.front-page p {
	padding: 0;
	margin: 0 0 16px 0;
	font-family: 'Bad Script', cursive;
	font-size: 18px;
	text-align: left;
	color: #FFF;
	line-height: 1.4;
	text-shadow: 1px 1px 1px #000;
}
span.plain {
	padding: 0;
	margin: 0 0 16px 0;
	font-family: arial, verdana;
	font-size: 14px;
	text-align: left;
	color: #CCC;
	line-height: 1.4;
	text-shadow: 1px 1px 1px #000;
}
a, a:visited {
	color: #CFC;
	text-decoration: none;
}
a:hover, a:active {
	color: #DFD;
	text-decoration: underline;
}