	body {
		background: url(bg.png) repeat-x #8d8d8d;
		margin: 0px;
		padding: 0px;
		font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
		font-weight: 300;

	}

	#wrapper {
		width: 970px;
		margin: 0 auto;
	}
	
	#sidebar {
		width: 270px;
		float: left;
		z-index: 3;
	}
	
	#road {
		width: 700px;
		/*height: 1200px;*/
		background: url(road.gif) repeat-y #000;
		z-index: 1;
		float: right;
	}
	
	#car {
		position: relative;	
		margin-left: 355px;
		margin-top: -461px;
		z-index: 2;
		background: url(flags/TheUnitedStates.jpg) no-repeat;
		background-position: 73px 207px;
	}
	
	select {
		font-size: 1.3em;
		border: 1px solid #000;
		background-color: #ff0;
		color: #000;
		width: 230px;
	}
	
	#copyright {
		font-size: 0.8em;
		padding-top: 20px;
		color: #626262;
		width: 200px;
	}
	
	#copyright a {
		color: #626262;
	}
	
	h1 {
		line-height: 1em;
		font-weight: bold;
	}
	
	
	#what-side {
		font-weight: bold;
	
	}