/* Design & Code (c) Diffuse Interactive */
html, body { 
	padding			: 0; 
	margin			: 0; 
}

body {
	font			: normal 10px/1.4em "Verdana", sans-serif;
	background		: #fff url('../images/background.gif') repeat top left;
	color			: #606060;
}

#wrapper {
	width			: 821px;
	height			: 513px;
	position		: absolute;
	top				: 50%;
	left			: 50%;
	margin-top		: -257px;	
	margin-left		: -411px;
	background		: transparent url('../images/home_background.jpg') no-repeat top left;
}

#intro {
	position		: absolute;
	width			: 190px;
	height			: 360px;
	top				: 116px;
	left			: 74px;	
}

strong {
	display			: block;
	color			: #c3310c;	
	margin			: 0 0 2px 0;
}

a {
	color			: #c3310c;	
	text-decoration	: none;
}

a:hover {
	text-decoration	: underline;
}

ul { 
	padding			: 0 0 0 20px;
}

	ul li {
		list-style-type : disc;
		padding			: 0 0 0 0;
	}
	
#items {
	position		: absolute;
	width			: 521px;
	height			: 474px;
	top				: 20px;
	left			: 280px;
}

#items div {
	width			: 521px;
	height			: 158px;	
}

	#items div img {
		width			: 521px;
		height			: 158px;	
		border			: 0;
	}

	

#media { 
	padding-top: 5px;
	padding-left: 45px;
}

	#media .icon { 
		float: left;
		width: 25px;
		height: 25px;
		margin: 0 10px 0 0;
		display: inline;
	}
	
		#media .icon a { }
	
			#media .icon a img { 
				border: 0;	
			}
	
			#media .icon a:hover img { 
				opacity: 0.75;	
				filter: alpha(opacity=75);
			}
