/* Default CSS Stylesheet for a new Web Application project */

BODY {
	background-color: white;
	font-family: Verdana, Calibri, Arial, Helvetica, sans-serif;
}

A:link {
	text-decoration: none;
	color: #e47a00;
}

A:visited {
	text-decoration: none;
	color: #92a7be;
}

A:active {
	text-decoration: none;
	color: blue;
}

A:hover {
	text-decoration: none;
	color: blue;
	background-color: #ffc252;
}

/*
.container {
	position: relative;
	text-align: center;
	color: white;
}

.parent {
	position: relative;
	top: 0;
	left: 0;
}
*/
#divComingSoonWrapper {
	float:left;	width: 1300px;
	height: 650px;
}


.imgComingSoonPrecinctPLan {
	position: absolute;
	top: 100px;
	left: 50px;
	z-index:-1;
	width:1200px;
	height:540px;
	border:none;
}
.imgCTF1P-legend {
/*	position: absolute;
	top: 100px;
	left: 50px;
	z-index: -1;*/
	width: 1200px;
	height: 540px;
	border: none;
}