.left {
	background-image: url(images/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.right {
	background-image: url(images/bg_rigt.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.bottom {
	font-family: "MS Sans Serif";
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.bottom {
	font-family: "MS Sans Serif";
	font-size: 10px;
	color: #EDD84E;
	text-decoration: none;
}
