@charset "UTF-8";

#container {
	height: 495px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #000;
	background-image: url(images/opacityBG.jpg);
	background-repeat: no-repeat;
	z-index: -1;
}

#opacityLogo {
	height: 136px;
	width: 800px;
	position: relative;
	margin-top: 225px;
	margin-left: 0px;
	float: left;
	background-image: url(images/opacityLogo3.png);
	background-repeat: no-repeat;
}

#fading {
	height: 41px;
	width: 197px;
	position: relative;
	margin-top: -50px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	z-index: 5;
}

#fading img {
	border:none;
}

#lavishMedia {
	height: 15px;
	width: 280px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -142.5px;
	text-align: center;
	text-decoration: none;
}

/*fading button */

img.fade {
  opacity: 1;
  -webkit-transition: opacity 1s linear;
  filter:alpha(opacity=1);
}
img.fade:hover {
  opacity: 0;
  filter:alpha(opacity=0);
}

/* end fading button */

.link-text {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: bold;
	color: #FFF;
}
.link-text2 {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: bold;
	color: #03F;
	text-decoration: none;
}