﻿@import "/resources/base.css";

form {
	height: 100%;
	min-height: 100%;
}

html, body {
	text-align: center;
	background-color: #125322;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	background-image: url(/images/welcome_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

#WelcomeFloater {
	float:left;
	height:50%;
	margin-bottom:-300px;
}

#WelcomeContent {
	clear: both;
	text-align: center;
	height: 600px;
	position: relative;
}

#Welcome {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	height:600px;
	width:70%;
}

#Welcome a {
	font-family: "Monotype Corsiva";
	font-size: 40px;
	color: #e9bf2b;
}
