@charset "utf-8";
/* CSS Document */

body{
	background:#000000;
}

#container{
	height:100%;
	margin:0 auto;
	padding:60px 0 0 0;
	width:800px;
}

.link{
	height:100px;
	overflow:hidden;
}

.link a:hover img{
	position:relative;
	top:-100px;
}