@media all {
	body {
    	background: #000000 url('http://roadtrip.tibay.org/img/about_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: 400px;
		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.QA {
		float: left;
		width: 350px;
		font-size/* */:/**/small;
    	font-size: /**/small;
		margin: 20px;
		padding: 0px;
		text-align: left;
	}
	.QA h4 {
		font-weight: bold;
	}
	
	.QA p {
		font-weight: normal;
		line-height: 1.5;
	}
	.QA p a {
		color: #66CCFF;
		text-decoration: underline;
	}	
}
