body	{
			background-color:	#000;
			color:				#fff;
			font-family:		Verdana, Arial;
		}
a {
	color:				#fa0;
	text-decoration:	none;
}

a:hover {
	color:				#fff;	
}
#header {
	background:			url('images/header-media.jpg') no-repeat;
	height:				187px;
	width:				950px;
}

#content {
	width:				910px;
	margin:				20px;
}

#content img {
	background-image:	url('images/transparency.jpg');
	margin:				10px;
	
}

#headerlinks {
	position:			relative;
	top:				159px;
	left:				20px;
	font-size:			12px;
	font-weight:		bolder;
	color:				#ccc;
	word-spacing:		18px;			
}

#linkbar {
	background:			url('images/linkbar.jpg') no-repeat;
	height:				40px;
	width:				950px;
}

#linkbarlinks {
	position:			relative;
	top:				12px;
	left:				20px;
	font-size:			12px;
	font-weight:		bolder;
	color:				#ccc;
	word-spacing:		18px;
}