@charset "utf-8";
/* Getting Sidetracked CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#009900;
}

#container {
	height:500px;
	width:100%;
	/*background-image:url(images/roadSign.png);
	background-position: 98% 340px;
	background-attachment:fixed;
	background-repeat:no-repeat;*/
	border-bottom:#666666 solid 4px;
	background:#6699CC;
}

#roadside {
	position:relative;
	top:-15px;
}

.van {
	position:fixed;
	top:326px;
	left:20px;
}

.sign {
	position:fixed;
	right:20px;
	top:340px;
	border:0;
}


