body {
  background-color: #FFF;
  margin: 0;
  padding: 0;
  }

#splash { 
	background-image: url("pages/images/splash.png");
	width: 580px;
	height: 712px;
	position: absolute;
	top: 100px;
	left: 200px;}

#menu a {
      	position: absolute;
	text-decoration: none;}

a#home {
	 left: 199px;
	 top: 291px;
	 width: 216px;
	 height: 278px;}

a#home:hover { background-image: url("pages/images/splashroll.png");}

a#home:hover {border: none;}