html,

body {

	margin:0;

	padding: 0;

}



#body {

	background-color: #fff;

}



#tp_banner {

	height: 80px;

	background: url(../images/banner.jpg) no-repeat center #7c8083;

}



#tp_container {

	width: 750px;

	margin: 0 auto;

	padding: 50px 0;

	text-align: center;

}



#mazda {

	float: left;

}



#used {

	float: right;

}



#tp_footer {

	height: 80px;

	background: url(../images/footer.jpg) no-repeat center #cbcbcb;

}



#copy {

	text-align: center;

	color: #cbcbcb;

}



.address {

	text-align: center;

	color: #7c8083;

}



img {

	border: none;

}