body {
	text-align:left;
	color:#1a1a1a;
}

#wrap {
	width:600px;
	margin:0 auto;
}

.logo {
	margin-bottom:50px;
}

.left {
	width:286px;
	float:left;
	padding-top:16px;
}

.right {
	width:286px;
	float:left;
	margin-left:28px;
	text-align:right;
}

.left a.bus:link, .left a.bus:visited {
	display:block;
	width:285px;
	height:285px;
	background:url(../images/285x285Bus.gif) no-repeat top left;
}

.left a.bus:hover, .left a.bus:active {
	display:block;
	width:285px;
	height:285px;
	background:url(../images/285x285BusHover.gif) no-repeat top left;
}

.right a.spot:link, .right a.spot:visited {
	display:block;
	width:286px;
	height:302px;
	background:url(../images/286x302spot.gif) no-repeat top left;
}

.right a.spot:hover, .right a.spot:active {
	display:block;
	width:286px;
	height:302px;
	background:url(../images/286x302spotHover.gif) no-repeat top left;
}

#footer {
	font-size:85%;
	margin:60px 0 20px 0;
}

#footer a:link,
#footer a:visited {
	color:#677f88;
	text-decoration:none;
	padding:1px 2px;
}

#footer a:hover,
#footer a:active {
	color:#fff;
	text-decoration:none;
	background:#ef4523;
}

/* Clearfix */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	*zoom:1;
}