@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	background-image: url(images/BrooklynBridge_1920x1200.jpg);
	background-position: absolute;
	background-attachment: fixed; */
}
.spaceimg {
	margin-bottom: 10px;
}
#main {
	margin-top: 50px;
	margin-left: 100px;
	margin-right: 100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight:bold
	color: #fff;
}
#bg {position:fixed; top:0; left:0; width:100%; height:100%; z-index:-7;}

#logo {
	z-index: 10;
	margin-bottom: 50px;
}

.white {
	color:#FFFFFF;
	font-size:14px; 
	font-weight:bold
}

.hilite {
	color: #3f3;
	text-decoration: none;
}
a:link {
	color: #3f3;
	text-decoration: none;
}
a:visited {
	color: #3f3;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}

