@charset "utf-8";

#bodyContainer {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: auto;
}

#greyBox {
	width:	525px;
	height: 525px;
	margin-left: 236px;
	margin-top: 46px;
	position: absolute;
	background-color:#000000;
	/* for IE */
    filter:alpha(opacity=20);
    /* CSS3 standard */
    opacity:0.2;
}

#yellowBox {
	width:	263px;
	height: 263px;
	margin-left: 36px;
	margin-top: 86px;
	position: absolute;
	background-color:#dfda50;
	/* for IE */
    filter:alpha(opacity=50);
    /* CSS3 standard */
    opacity:0.5;
}

#redBox {
	width:	249px;
	height: 249px;
	margin-left: 102px;
	margin-top: 284px;
	position: absolute;
	background-color:#a82a2a;
	/* for IE */
    filter:alpha(opacity=50);
    /* CSS3 standard */
    opacity:0.5;
}

#blueBox {
	width:	230px;
	height: 230px;
	margin-left: 52px;
	margin-top: 216px;
	position: absolute;
	background-color:#2a4aa8;
	/* for IE */
    filter:alpha(opacity=50);
    /* CSS3 standard */
    opacity:0.5;
}

#greenBox {
	width:	300px;
	height: 300px;
	margin-left: 170px;
	margin-top: 155px;
	position: absolute;
	background-color:#35a82a;
	/* for IE */
    filter:alpha(opacity=50);
    /* CSS3 standard */
    opacity:0.5;
}

#constructionImage {
	margin-left: 91px;
	margin-top: 49px;
	position: absolute;
}

#meantimeImage {
	margin-left: 264px;
	margin-top: 170px;
	position: absolute;
}

#tableContainer {
	width: 260px;
	height: 32px;
	margin-left: 500px;
	margin-top: 290px;
	position: absolute;
}

#logoContainer {
	width: 120px;
	height: 125px;
	margin-top: 92px;
	margin-left: 79px;
	position: absolute;
}

#emailContainer {
	width: 290px;
	height: 32px;
	margin-left: 370px;
	margin-top: 501px;
	overflow: visible;
	position: absolute;
}

a img {
	border: 0;	
}

#footer {
	width: 800px;
	height: 13px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 580px;
	position: absolute;
	text-align: center;
}

#copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8.5px;
	text-align: center;
}

