body {
	background: url(Background3.jpg);
}

p.desc {
	color: white;
}

p.title {
	color: white;
	text-align: center;
}

div.point {
	position: absolute; 
	width: 7px; 
	height: 7px; 
	z-index: 2;
	margin: 0;
	padding: 0;
}

div.square {	
	position: absolute;
	width: 120px;
	height: 140px;
	z-index: 3;
        border: 2px solid black;
	background-color: #E0E0E0;
	display: none;
}