/* CSS Document */


.darkenBackground2 {
	background-color: rgb(0, 0, 0);
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:absolute;
	top: 0px;
	left: 0px;
}

.darkenBackground {
	background-color: rgb(0, 0, 0);
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	filter: alpha(opacity=70); /* IE */
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
}

.gal {
	background-color: #161616;
	color:#fff;
	border:1px;
	border-style:solid;
	border-color:#414141;
	position:absolute;
	width:640px;
	z-index: 30;

}
.contact {
	position:absolute;
	width:640px;
	height:700px;
	z-index: 70;
}
.galImgS {
	position:absolute;
}

.logoBack {
 
	position:relative;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat; 
	background-position:top; 

}
