@charset "utf-8";
.header {
	background-image: url(images/header1.png);
	background-repeat: no-repeat;
	height: 175px;
}
.maintable {
	background-image: url(images/tblbkgd.png);
	background-repeat: no-repeat;
}
.alloywheelsboxbkgd {
	background-image: url(images/alloywheelalone.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.carpartsboxbkgd {
	background-image: url(images/carpartsboxbkgd.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


.footer {
	background-image: url(images/footer1.png);
	height: 32px;
	background-repeat: no-repeat;
}
.greybdr {
	border: 2px solid #CCCCCC;
}

