body { 
	margin: 0; padding: 0;
	background-color: #374B6B;
	overflow: hidden;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
}

a { text-decoration: none; }
a:link, a:visited { color: #FFF; }
a:hover, a:active { color: #FCF41E; }

div#wrapper {
	position: absolute;
	left: 0; right: 0; top: 40%;
	background-image: url(../images/bg_intro.gif);
	background-repeat: repeat-x;
	background-position: 50% 0;
	margin: -210px 0 0 0;
	height: 570px;
	width: 100%;
	z-index: 1;
}

div#intro {
	/*background-image: url(../images/bg_intro_logo.jpg);
	background-repeat: no-repeat;
	background-position: 50% 130px;*/
	width: 500px;
	height: 570px;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	text-align: center;
}

div#footer {
	position: absolute;
	background-color: #8EA0B2;
	left: 0;
	height: 50%;
	width: 100%;
	bottom: 0;
	z-index: 0;
}

h1 {
	background: url(../images/flabs/entrylogo.gif) no-repeat top center;
	width: 385px; height: 46px;
	margin: 150px auto 0 auto;
	text-align: center;;
}
h1 span {
	display: none;
}

img.home_images {
	margin: 30px 0 0 0;
}
p.home_res_text {
	margin: 20px 0 0 0;
	font-size: 120%;
}

p.enter {
	font-size: 120%;
	font-weight: bold;
}