#menu {
	list-style: none;
	padding: 0;
	margin: 80px auto 0 auto;
	width: 661px;
	height: 352px;
	position: relative;
	background-image: url(../im/Untitled-1.gif);
	background-repeat: no-repeat;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .fineart {
	width: 21px;
	height: 22px;
	background: url(../im/fineart.gif) no-repeat;
	left: 360px;
	top: 133px;
}
#menu .fineart span {
	width: 29px;
	height: 40px;
	background: url(../im/f2.gif) no-repeat;
	left: 20px;
	top: 0px;
}

#menu .home {
	width: 66px;
	height: 22px;
	left: 305px;
	top: 92px;
	background-image: url(../im/home.gif);
	background-repeat: no-repeat;
}
#menu .home span {
	width: 41px;
	height: 31px;
	background: url(../im/f1.gif) no-repeat;
	left: 0px;
	top: 20px;
}
#menu .web {
	width: 66px;
	height: 22px;
	left: 305px;
	top: 92px;
	background-image: url(../im/web.gif);
	background-repeat: no-repeat;
}
#menu .web span {
	width: 41px;
	height: 31px;
	background: url(../im/f1.gif) no-repeat;
	left: 0px;
	top: 20px;
}
#menu .print {
	width: 35px;
	height: 21px;
	background: url(../im/print.gif) no-repeat;
	left: 333px;
	top: 169px;
}
#menu .print span {
	width: 42px;
	height: 50px;
	background: url(../im/f3.gif) no-repeat;
	left: -30px;
	top: -19px;
}

#menu .about {
	width: 35px;
	height: 22px;
	background: url(../im/about.gif) no-repeat;
	left: 344px;
	top: 205px;
}
#menu .about span {
	width: 42px;
	height: 50px;
	background: url(../im/f4.gif) no-repeat;
	left: 15px;
	top: 5px;
}

#menu .links {
	width: 35px;
	height: 22px;
	background: url(../im/links.gif) no-repeat;
	left: 325px;
	top: 246px;
}
#menu .links span {
	width: 42px;
	height: 50px;
	background: url(../im/f3.gif) no-repeat;
	left: -30px;
	top: -15px;
}
body {
	background-color: #FFFFFF;
}
