#content_main {
	position:relative;
	left:0px;
	top:10px;
	z-index:12;
	float:left;
	width:632px;
	margin:0;
	/*
	background: url(../images/bgr_content.jpg) no-repeat left 1px;
	*/
}

#claim {
	position:absolute;
	left:30px;
	top:90px;
	width:600px;
	height:70px;
	background: url(../images/claim_start.png) no-repeat left top;
	z-index:10;
	border:0px solid red;
	display: block;
}

