.car1 {
	background-attachment: fixed;
	background-image: url(images/bot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.botPage2 {
	background-attachment: fixed;
	background-image: url(images/carsitePage2bot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:hover {
	color: #E91A24;
	background-color: #FFFFFF;
}
a:link {
	color: #E91A24;
}
a:active {
	color: #E91A24;
}
a:visited {
	color: #E91A24;
}

