#textHolder{
	width:100%;
	height:100%;
	position:absolute;
	z-index:1500;
}

#text{
	width:600px;
	height:100px;
	z-index:2000;
	margin:0 auto;
	font-size:20px;
}

#infoTable{
	width:400px;
	height:100px;
	padding:0px;
	margin:0 auto;
	font-size:16px;
	font-family:arial;
	font-weight:400;
	color:#000000;
	z-index:2000;
}

#infoBG{
	width:100%;
	height:400px;
	margin:0 auto;
	margin-top:-150px;
	background-repeat:repeat-x;
	z-index:1100;
}

.tLeft{
	width:200px;
	text-align:right;
	z-index:2000;
}

.tRight{
	width:200px;
	text-align:left;
	z-index:2000;
}

#wip{
	width:320px;
	height:50px;
	z-index:1500;
	margin:0 auto;
	margin-top:-150px;
}

#logo{
	width:600px;
	height:600px;
	z-index:1500;
	margin:0 auto;
	margin-top:50px;
}

#bg{
	z-index:1;
}
