@media all {
	body {
    	background: #19193b url('http://roadtrip.tibay.org/img/credit_splash.jpg') no-repeat fixed top left;
	}
	#header
	, #navigation
	, #copyright {
		width: 400px;
		margin: 0px;
	}
	#navigation {
		margin-top: 10px;
	}
	#content {
		position: absolute;
		z-index: 1;
		top: 0px;
		left: 0px;
		width: 600px;
		padding: 15px;
		text-align: center;
		background-color: #000;
    	filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
		border-right: #FFF solid 1px;
	}
	#header {
		z-index: 2;
	}
	div.credit {
		float: left;
		width: 550px;
		font-size/* */:/**/small;
    	font-size: /**/small;
		margin: 20px;
		margin-bottom: 0px;
		padding: 0px;
		text-align: left;
	}
	.credit h4 {
		font-weight: bold;
		float: left;
	}

	.credit h5 {
		float: left;
		font-weight: bold;
		font-size/* */:/**/x-small;
    	font-size: /**/x-small;
		margin-top: 3px;
		margin-left: 5px;
	}	
	.credit p {
		float: left;
		clear: left;
		position: relative;
		font-weight: normal;
		line-height: 1.5;
		width: 525px;
		margin-top: 10px;
	}
	.credit p a {
		color: #66CCFF;
		text-decoration: underline;
	}
	.credit img {
		float: right;
		position: relative;
		border: #FFF solid 1px;
		margin-left: 20px;
	}
}
