/* css style sheet 1 */

html, body {
	height: 100%;
	margin: auto;
	background-color:#000000;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:36px;
	font-weight: bold;
	text-align:center;
}

#spacer {
	margin: -300px;
	padding: 0px;
	width: 1px;
	height: 50%;
	float: left;
	}

#holder {
	width: 800px;
	height: 600px;	
	margin: auto;
	padding: 0px;
	position: relative;
	background-image: url(../images/construciton.jpg);
	background-repeat: no-repeat;
	clear: left;
	}

#text_box {
	width: 340px;
	height: 170px;
	margin: 0px;
	padding: 5px;
	position: absolute;
	top: 100px;
	left: 60px;
	text-align: left;
	}