﻿/*--------------- Footer Styles --------------------------------------------------------*/
.footerRight {
	background-image: url(images/RightCorFooter.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 23px;
	height: 104px;
}
.footerLeft {
	background-image: url(images/LeftCorFooter.jpg);
	height: 104px;
	background-repeat: no-repeat;
	background-position: right;
	width: 24px;
}
.footerBack {
	background-image: url(images/BgTileFooter.jpg);
	background-repeat: repeat-x;
	width: 900px;
	height: 104px;
}
/*--------------- End Of Footer Styles -------------------------------------------------*/

