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

body { 
	background:#1F2528;
	color:#A9ACAD;
}

#head, #fut { display:none; }

.box_download {
	margin:20px;
	float:left;
}

.box_download a {
	background:url(/images/bg_download.jpg) no-repeat;
	color:#a5aaad;
	font-size:15px;
	font-weight:bold;
	display:block;
	height:24px;
	padding:8px 0px 0px 8px;
	width:354px;
	margin-bottom:9px;
	text-decoration:none;
}

.box_download a:hover {
	text-decoration:none;
	background:url(/images/bg_download_hover.jpg) no-repeat;
	color:#cba674;
}
