body {
	height:100%;
	width:100%;
	margin:0;padding:0;
	overflow:hidden;
	color:#fff;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:4px;
}

a {color:#fff;text-decoration:none;}
a:hover {color:#FF00CC}

p a {color:#ff66ff}

#wrapper {
	width:100%;
	height:100%;
	position:absolute;
	top:0;left:0;
	background-color:#FFFFFF;
	overflow:hidden;
}

	#mask {
		width:500%;
		height:100%;
		background-color:#FFFFFF;
	}

	.item {
		background:#29282d;
		width:20%;
		height:100%;
		float:left;
		background:#000000 url(img/bg.jpg) repeat;
	}
	
	
	.content {
		width:700px;
		height:500px;
		top:10%;
		margin:0 auto;
		padding:10px;
		position:relative;
	}
		
	.selected {
		background:#fff;
		font-weight:700;
	}

	.clear {
		clear:both;
	}
	
	a.imghover img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5; 
	opacity: 0.5;
	-khtml-opacity: 0.5;}

	a.imghover:hover img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
	-khtml-opacity: 1.0; }
