@media all {
	body {
    	background: #000000 url('http://www.tibay.org/travels/roadtrip/img/map_splash.jpg') no-repeat fixed top right;
    	margin:0;
    	padding:0;
    	font:x-small Arial,Verdana,Helvetica,"Trebuchet MS",Trebuchet,Sans-Serif;
    	color:#FFFFFF;
    	font-size/* */:/**/small;
    	font-size: /**/small;
		height: 100%;
		width: 100%;
	} a {
    	color: #fff;
    	text-decoration: none;
	}
	
	#map {
		position: absolute;
		top:125px;
		left:2%;
		width:512px;
		height:440px;
		margin: 0;
		padding: 1px;
    	border-style: solid;
    	border-color: #ffffff;
    	border-width: 3px;
	}
	
	#routeviewer {
		position: absolute;
		top:125px;
		left:65%;
		width:30%;
    	padding: 10px;
    	background: #000 ;
    	filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
    	border-style: solid;
    	border-color: #ffffff;
    	border-width: 3px;
    	color: #fff;
	}
	#routeviewer h2 {
		font-family: Monospace, Courier;
		font-size/* */:/**/medium;
		font-size: /**/medium;
		text-transform: lowercase;
		margin: 1px;
	}
	#routeviewer ul {
		margin:0;
	  	padding:0;;
	  	border-bottom:1px dashed #444;
	  	list-style-type:none;
  	}
	#routeviewer li {
		margin:0;
		padding:0 0 .25em 15px;
		text-indent:-15px;
		line-height:1.5em;
	}
	#routeviewer p {
  		color:#999;
  		line-height:1.5em;
  	}
  	#routetitle	 {
		border-bottom: 1px dashed #fff;
		margin-bottom: 5px;	
    	filter:alpha(opacity=1);-moz-opacity:1;opacity:1;
	} #blurb {
		margin: 2px;
	}
	#routetitle div {
  		line-height:1.5em;	
	}
	#drives {
		height: 300px; overflow: auto;	
	}
	#points {
		display: none;
	}
}
