#quickLink {
	width: 1400px;
	text-align: center;
	position: absolute;
	top: 780px;
	left: 50%;
	margin: 0px auto 0 auto;
	margin-left: -700px;
	z-index: 1500;
}

#quickLink a {
	width: 322px;
	height: 75px;
	line-height: 66px;
	font-size: 32px;
	color: #ffffff;
	margin-right: 11px;
	margin-left: 11px;
	background: url(../images/quick_bg.png) no-repeat left top;
	text-decoration: none;
	display: inline-block;
}

#quickLink a:hover {
	background-position: left bottom;
}
