
	body {
		background: #30231d url(/features/bbcms_templates/rev-art-artifacts/images/rev-art-banner.jpg) 50% 54px no-repeat ;
	}


	#titleBlock {
		margin-top: 342px;
	}
		
	#titleBlock h1 {
		text-shadow: 0 0 41px rgba(57, 37, 20, 0.83), 0 0 5px rgba(57, 37, 20, 0.3);
		color: white;
	}
	
	
	#masterCon {
		background: white;
	}
	
	
	
	/* comparison overrides */
	
	.comparison {
		background-position: 50% -180px;
	}
	
	.comparison #titleBlock {
		margin-top: 133px;
	}
	
	.comparisonChooser #titleBlock {
		margin-top: 59px;
	}
	
	
	
	@media(max-width: 700px){
		
		body {
			background-position: 50% -180px;
		}
		
		.comparison #titleBlock,
		#titleBlock {
			margin-top: 15px;
		}
		
	}