h1 {
	position: absolute;
	left: 160px;
	top: 70px;
	width:90px;
	height:25px;
	display:block;
}

a#top {
	position: absolute;
	left: 160px;
	top: 160px;
	width:110px;
	height:150px;
	display:block;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(img/stone.jpg);
}


a#top:hover {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(img/stone-hover.jpg);
}

p {
	position: absolute;
	left: 160px;
	top: 320px;
}
