body {
	background-image: url(../images/bg-crp.jpg);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #A4A4A4;
	margin: 0;
}
#wrapper-crp {
	width: 960px;
	margin: 0 auto;
	background-image: url(../images/bg-crp-wrapper.jpg);
	background-repeat: no-repeat;
}
#crp {
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 500px;
	height: 265px;
	background-image: url(../images/crp.jpg);
	background-position: 0px 36px;
	background-repeat: no-repeat;
}
#crp span {
	display: none;
}
#radios-crp {
	margin-top: 105px;
}

#radios-crp ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#radios-crp ul li {
	float: left;
}
#radios-crp span {
	display: block;
	text-align: center;
	clear: both;
	padding-top: 40px;
}

