@CHARSET "UTF-8";

#footer {
	width: 800px;
	padding: 0px;
	height: 80px;
	background-color: #D2D2D2;
	border-top: 2px solid white;
}

#footerLeft,#footerMiddle {
	height: 100%;
}

#footerLeft,#footerMiddle,#footerMiddleLeft,#footerMiddleRight {
	float: left;
}

#footerLeft {
	width: 200px;
	text-align: center;
	border-right: 2px solid white;
	padding-top: 7px;
	height:73px;
}

#footerMiddle {
	padding-top: 5px;
}

#footerMiddleLeft {
	width: 200px;
	margin-left: 10px;
	line-height: 1.5;
}

#footerMiddleRight {
	width: 280px;
	margin-left: 10px;
	line-height: 1.3;
}

#footerRight {
	position: absolute;
	right: 0px;
	border-left: 2px solid white;
	width: 80px;
	height: 80px;
	background-image: url("../images/wheel.jpg");
	background-repeat: no-repeat;
	border-left: 2px solid white;
	background-image: url("../images/wheel.jpg");
}