body {
	background-color: #000;
	margin-top: 20px;
	color: #fff;
	font-family: Tahoma;
}
#wrapper {
	text-align: center;
}
#main {
	width: 999px;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 999px;
	height: 180px;
	background-image: url(/revolution/assets/images/header_bg_trolley.jpg);
	margin-bottom: 30px;
}
#notice {
	text-align: center;
	font-size: 16px;
	float: left;
	width: 999px;
	margin-top: 30px;
}
a#trolleys {
	display: inline;
	width: 290px;
	height: 310px;
	float: left;
	background: url(/images/gway_sel_trolleys_new.jpg);
	text-indent: -99999px;
	margin-left: 210px;
}
a#trolleys:hover {
	background-position: 0 310px;
}
a#parts {
	display: inline;
	width: 290px;
	height: 310px;
	float: left;
	background: url(/images/gway_sel_parts_new.jpg);
	text-indent: -99999px;
}
a#parts:hover {
	background-position: 0 310px;
}