@charset "utf-8";
/* CSS Document */

#body_contain {
	width: 852px;
	height: 680px;
	min-height: 680px;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;

}
#body_contain_bg{
	width: 852px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}
#content_contain{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	position: relative;
	margin-top: -20px;
	margin-bottom: -10px;
	z-index: 3;
}
#content_contain a{
	display: block;
	float: right;
	clear: both;
	width: 94px;
	height: 94px;
	background-image:url(images/carbut_ring.png);
	background-repeat:no-repeat
	position: relative;
	z-index: 2;
	margin-top: 5px;
	border: 0px;
}
#content_contain a:hover{
	background-image:url(images/carbut_ring_f2.png);
	background-repeat:no-repeat
}
#content_contain a:active{
	background-image:url(images/carbut_ring_f2.png);
	background-repeat:no-repeat
}
#content_contain a:focus{
	background-image:url(images/carbut_ring_f2.png);
	background-repeat:no-repeat
}