@CHARSET "UTF-8";

* {
	margin:0;
	padding:0;
}

html, body 
{
	height:100%;
}

body 
{
	background: url(../img/underconstruct.gif) repeat;
	color:#630;
	font:100.01%/1.4 sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
}

#distance 
{ 
	width:1px;
	height:50%;
	margin-bottom:-13.75em; /* half of container's height */
	float:left;
}

#container 
{
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:27.5em;
	width:45em;
	clear:left;
	background-color: #fff;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	border: 1px dotted #c8c8c8;
	display: none;
}

	.logoBox
	{
		float: left;
		margin-top: 160px;
		margin-left: 50px;
		margin-right: 20px;
	}

	.content
	{
		float: left;
		margin-top: 100px;
		display: none;
	}

	.content h1
	{
		padding-left: 80px;
		color: #fd8c0f;	
	}
	
.clear
{
	clear: both;
}
