/* CONTACT ELEMENTS */
#ContactInfo
{
	position: absolute;
	width: 291px;
	height: 73px;
	top: 152px;
	left: 50%;
	margin-left: -380px;
	z-index: 1;
	background-image:url("../images/ContactInfo.png");
}

#ContactBackground
{
	position: absolute;
	width: 960px;
	height: 567px;
	top: 232px;
	left: 50%;
	margin-left: -480px;
	z-index: 1;
	background-image:url("../images/ContactBackground.png");
}

#Map
{
	position: absolute;
	width: 750px;
	left: 50%;
	margin-left: -375px;
	top: 277px;
	z-index: 3;
}