body {
	background-image: url("/i/body-bg.png");
	padding: 40px 0 700px 0;
	font-family: trebuchet ms, arial, sans-serif;
}

#wrapper {
	position: relative;
	width: 913px;
	margin: 0 auto;
	background-color: #fff;
}

#u-footer {
	width: 913px;
	padding: 7px 0;
	margin: 0 auto;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 24px;
}

	#u-footer a {
		font-size: 13px;
		color: #fff;
		text-decoration: none;
		padding: 0 3px;
	}
	
	#u-footer a:hover {
		text-decoration: underline;
	}
	
	#vad {
		width: 913px;
		margin: 0 auto;
	}
	
		#vad a {
			display: block;
			margin: 0 10px 0 auto;
			width: 173px;
			height: 22px;/*31*/
			padding-top: 9px;
			background-image: url("/i/vad-btn.png");
			background-position: 0 0;
			background-repeat: no-repeat;
			font-size: 13px;
			color: #fff;
			text-decoration: none;
			text-align: center;
		}
		
		#vad a:hover {
			background-position: 0 -31px;
		}