@media Screen {
	#content {
		margin-top: 220px;
	}

	#map-outer {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 494px;
	}

	#map {
		position: absolute;
		left: 100%;
		margin-left: -760px;
		top: 0;
		width: 847px;
		height: 494px;
		background: url(/img/map.png);
	}

	#knob {
		position: absolute;
		left: 162px;
		top: 223px;
		width: 20px;
		height: 19px;
		background: url(/img/knob.png);
	}

	.intro {
		background: #ECEFF1 url(/img/intro-bg.jpg) 0 0 no-repeat;
		padding: 155px 1em 1em;	
	}

	#content .padder .padder {
		padding-top: 1.6em;
	}

	#content .wrapper {	
		display: table-row;		
	}

	#content .column,
	#content .spacer {
		display: table-cell;	
	}

	#content .column {
		width: 30%;	
	}

	#content .spacer {	
		width: 5%;
	}

	#content-add {
		margin-top: 400px;
	}
}