html, body
{
	height: 100%;
}

#main
{
	height: 100%;
	position:relative;
	margin: auto;
	margin-top: 100px;
	min-width: 800px;
	min-height:650px;
	width: 75%;
}
#splashBody
{
	position:relative;	
	min-height:630px;
	max-height:630px;
	width: 100%;
	height:	75%;
	border-style: solid;
	border-color: black;
	border-width: 3px;
}
#borderLogo img
{
	display: block;
	margin: auto;
}

#borderLogo
{
	position: relative;
	top: -77px;
}

#comingSoon
{
	position: absolute;
	padding-top: 20px;
	right: -5px;
}

#contactUs
{
	position:absolute;
	text-align: center;
	vertical-align: middle;
	
	width:100%;
	height: 40px;
	bottom: 0px;

	background-color: black;

}
#contactUsButton
{
	line-height: 30px;
	background-color: red;
	border: None;
	background-color: black;
	color: white;
	background-color: black;
	font-family: DejaVu Sans Mono, monospace;
	font-weight: bold;
}

#textBody
{
	margin-left:50px;
	margin-right:50px;
	min-width: 778px;
}

#textBody img
{
	margin-left:50px;
	padding-bottom: 100px;
}

textarea
{
	resize: None;
}
