body {
	background-color: black;
	margin: 0; 

	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12pt;
	color: White;
	text-align: center;
}


a {
	color: #FF7799;
	text-decoration : underline;
}

a:hover {
	color: #FF0077;
	text-decoration : underline;
}

#main {
	position: absolute;
	left: 50%;
	top: 40;
	width: 700px;
	height: 500px;
	margin-left: -350px; /* half of width */

}

.dot {
	position:absolute;
	width:10; height:10;
	font-size: 0px;
}

.menu {
	position: absolute;
	left: 50%;
	width: 600px;
	height: 100px;
	margin-left: -300px; /* half of width */
	margin-top: 12px;

	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12pt;
	color: White;
	text-align: center;
}

.links{
	margin-left: 50px;
}

.links A{
	color: #FF0077;
}

.links A:hover{
	color: white;
}

#photo { 
	position: absolute;
	border: 1px solid white;
	background-color: black;
	background-repeat: no-repeat;
	cursor: hand;
	
	z-index: 10;
}

#photoinfo {
	font-size: 12pt;
	color: #FF7799;
}

.mouseoverbright img {
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
}

.mouseoverbright:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
