html, body {
	background-color: #1C1C1C;
	height: 100%;
}

a:link {
	color: #854DFF;
}
a:visited {
	color: #854DFF;
}
a:hover {
	color: #854DFF;
}
a:active {
	color: #854DFF;
}

.left img {
opacity:.5;
filter:alpha(opacity=80);
}

.hot img {
opacity:1;
filter:alpha(opacity=100);
}


.left a:hover img {
opacity:1;
filter:alpha(opacity=100);
}

.withbg {
background-image:url(Background.gif);
background-repeat: no-repeat;}

.black_overlay{
			display: none;
			position: fixed;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
		
			display: none;
			position: fixed;
			left: 25%;
			bottom: 30px;
			width: 50%;
			padding: 16px;
			background-color: #000000;
			z-index:1002;
			overflow: auto;
			border-style: solid;
			border-color: #854DFF;
			border-width: 2px;
			-moz-opacity: 0.9;
			opacity:.90;
			
		}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
height:100%;}