.divGallery {
	position: absolute;
	top:35px; left:50%;
	margin: 0 0 0 -450px;
	width: 900px;
	_width: 900px;
	border: 2px solid #fff;
	padding: 0;
	text-align: center;
	background-color: #fff;
}

.divGalleryBar {
	position: absolute;
	top:17px; left:50%;
	margin: 0 0 0 -450px;
	height: 18px; 
	width: 900px;
	background: none;
}

.divSplashMenu {
	position: absolute;
	top:50%; left:0px;
	height: 500px; 
	width: 800px;
	text-align: center;
}

a {
	color: #505050;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}