body {
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;	
}

#fade_out {
	position: realative;
	margin-left:-500px
	}
#fade_out img {
	position: absolute;
	transition: opacity 2s	linear;
	margin: 0 auto;
	}

img.top:hover {
	opacity:0;
	
}