body { 
	overflow: hidden;
	background-color:#070707;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: 0 50px;
	background-size: cover;	
}
.icon_float {
	float: left; 
}
.icon {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	width: 64px;
	height:64px;
	background-color:#777777;	
	margin:0 5px 0 0;
	border-style:solid;
	border-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #444444;
	border-bottom-color: #444444;
	border-left-color: #CCCCCC;
}
a.icon img {
	margin-top: 8px;
}
a:hover.icon {
	border:1px solid #FFB700;
	color:#ffffff;
	background-color:#777777;
	background-image:url(../img/b_icon_02.png);
	background-repeat: no-repeat;
	background-position:center center;
	border:1px solid orange;
}
img.coverimage {
	position:absolute;
	right:15px;
	margin-top: 6px;
}
.end {clear: both;}
