#wrapper {
	height: 650px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
#description {
	height: 50px;
	width: 800px;
	font: 24px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

#container {
	height: 495px;
	width: 800px;
	border: thin solid #FFFFFF;
	background: url(../../Images/bike%20and%20sidecar.jpg) no-repeat center center;
}
#direction {
	height: 50px;
	width: 800px;
	font: 16px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	margin: 25px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #00FFFF;
}
a:active {
	font-weight: bolder;
	color: #00FFFF;
}

body {
	background: #000000;
}

