#izicopy, #izicopy * {
	margin: 0;
	padding: 0;
	border: 0;
}

#izicopy {
	background: transparent url(../images/izicopy.png) no-repeat;
	
	width: 100px;
	height: 90px;
	
	position: fixed;
	bottom: -65px;
	right: 10%;
	
	z-index: 20;
}

#izicopy:hover {
	bottom: 0;
}

#izicopy img {
	width: 70px;
	height: 74px;
	
	margin: 10px 0 0 15px;
}