#ProjectsMap 
{
	margin: 20px 0;
	position: relative;
	top: 0;
	left: 0;
	width: 550px;
	height: 480px;
}
#WVMap 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 550px;
	height: 480px;
	z-index: 3;
}
.project 
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
