body{
	background-image:url('background.jpg');
}
.relative{
	position:relative;
}

.colored_box{
	background-color:#e8ac10;
}


h2.section_title{
	width:548px;
	height:307px;
	overflow:hidden;
	text-indent:-999em;
	background-image:url('title.png');
	background-repeat:no-repeat;
	background-size:100%;
	position:absolute;
	top:0;
	right:0;
	z-index:1000;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	h2.section_title{
		background-image:url('title@2x.png');
	}
}

.quote{
	float:left;
	margin-top:10px;
	margin-left:10px;
	width:300px;
	color:white;
	text-align:left;
	text-shadow:1px 1px 2px black;
}


dl.specs{
	width:100%;
	background-color:black;
	overflow:auto;
	margin:0;
	padding:10px 0;
	font-size:11pt;
}

	dl.specs dt{
		font-weight:normal;
		color:rgba(255,255,255,0.4);
		text-align:right;
		width:33%;
		float:left;
		clear:right;
	}
	
	dl.specs dd{
		width:62%;
		color:white;
		float:right;
		clear:right;
	}
	
	