@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(http://www.madproof.com/images/backgrounds/brooklyn_map.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h2 {
	font-size: 60px;
	padding: 0px;
	margin-left: 50px;
	margin-bottom: 25px;	
}
/* ------------------------------- Opacity Settings ------------------------------- */
.opacity_two {
	opacity: 0.2;
	padding-top: 25px;
}
.opacity_four {
	opacity: 0.4;
}
.opacity_six {
	opacity: 0.6;
}
.opacity_eight {
	opacity: 0.8;
}
