body {text-align: center;}

div#road {background-image: url(asphalt.jpg);
	width: 75%;
	height: 75%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	position: relative;
	overflow: auto;
	/*-moz-border-image: url(border.png) 45 35 35 25 round round;*/
	border-width: 20px;
	font-family: "Impact";
	color: white;
	font-size: 20px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;}

div#list {background-image: url(list.png);
	width: 300px;
	height: 400px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 65px;
	padding-left: 25px;
	font-family: "Courier New";
	font-size: large;
	font-weight: bold;
	z-index: 2;}

a.link:link {text-decoration: none;
	color: #960000;
	text-shadow: -1px 0 #FFEF41, 0 2px #FFEF41, 2px 0 #FFEF41, 0 -1px #FFEF41;}

a.menu:link {text-decoration: none;
	color: black;}
a.menu:hover {text-decoration: none;
	color: #960000;
	text-shadow: -1px 0 #FFEF41, 0 2px #FFEF41, 2px 0 #FFEF41, 0 -1px #FFEF41;}
