﻿body {
			overflow:visble;
			background-color:#555;
			font-size:8pt;
			color:#555;
			letter-spacing:.5px;
			font-weight:normal;
		}
		#bg	{overflow:hidden;
			background:#222;
			width:100%;
			position:fixed;
}
		p	{line-height:20px;
}

		#content{
			overflow:visible;
			z-index: 3;
			position:absolute;
			top:0;left:0;

		}

		#supersize{
			position:fixed;
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			z-index: 0;
		}
		#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
		}
#info {
	margin-top: 10px;
	position: relative;
	color"#fff;

}

#info a, #info a:visited {
	color: #fff;
	text-decoration: none;
	outline:none;
}


#info a:hover {
	color: #ff3366;
	text-decoration: none;
}

#infodark {
	margin-top: 10px;
	position: relative;
	color"#555;

}

#infodark a, #infodark a:visited {
	color: #555;
	text-decoration: none;
	outline:none;
}

#infodark a:hover {
	color: #ff3366;
	text-decoration: none;
}

.title {
font-family: Helvetica, sans-serif;
font-size:8pt;
font-weight:bold;
text-transform:uppercase;
letter-spacing: .5px;
}

.description {
width:440px;
float:left;
line-height:1.6;
font-weight:normal;
}