#vk-footer {
	background: transparent url(../images/bg-footer.gif) no-repeat left top;
	height: 54px;
	text-align: center;
	padding-bottom: 10px;
}

	#vk-footer ul {
		padding: 9px 0px 0px 0px;
		margin: 0px;
	}

		#vk-footer ul li {
			display: inline;
		}

			#vk-footer ul li a {
				font-size: 12px;
				color: #000000;
				background: url(../images/bullet-menu-bottom.gif) no-repeat right top;
				padding: 0px 16px;
			}

				#vk-footer ul li.last a {
					background-image: none;
					padding: 0px 0px 0px 16px;
				}

				#vk-footer ul li.selected a {
					text-decoration: underline;
				}

	#vk-footer p {
		padding: 9px 0px 0px 0px;
		color: #B2A368;
	}


		