﻿body {
	background-color: #000000;
	background-image: url('images/nyc1.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	cursor: crosshair;
}
.opacity {
background-color:#000000;
filter:alpha(opacity=75);
-moz-opacity:0.75;
opacity: 0.75;
width:657px;
height:475px; 
}
.bodyText {
	background-color:#000000;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity: 0.75;
	width:657px;
	height:475px; 
	font-size: large;
	font-weight: bold;
	color: #C0C0C0;
}

