body {
  padding: 0;
  margin: 0;
  background:url(images/Main.jpg) no-repeat center top;
  width: 100%;
}

#menu {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 640px;
	height: 480px;
	background: url(images/menu.png) no-repeat;
	position: relative;
}
#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 .home {
	width: 100px;
	height:100px;
	background: url(images/home.gif) no-repeat;
	left: 94px;
	top: 75px;
}
#menu .about {
	width: 100px;
	height: 100px;
	background: url(images/about.gif) no-repeat;
	left: 130px;
	top: 300px;
}
#menu .rss {
	width: 100px;
	height: 100px;
	background: url(images/rss.gif) no-repeat;
	left: 465px;
	top:60px;
}
 
