@charset "utf-8";

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;	
}

#free {
	width:237px;
	height:263px;
	background:url(img_free_information/back.jpg) no-repeat scroll left top transparent;
}

#free_title {
	text-align:center;
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
	padding-top:10px;
}

#free_info {
	text-align:center;
	color:#424242;
	font-size:12px;
	margin-top:120px;
	padding:5px;
	line-height:17px;

}

#free_buton {
	width:134px;
	height:48px;
	margin:0 auto;
}

#free_btn {
	width:134px;
	height:48px;
	background:url(img_free_information/btn.jpg) no-repeat scroll left top transparent;	
	background-position:0 -48px;
}

#free_btn:hover {
		background-position:0 0;
}
/* CSS Document */

