/* CSS Document */

html, body {
	background-color: #edecdb;
	background-image: url(../images/backgrounds/paper14.jpg);
	background-repeat: repeat-y;
}


#item1 {
	position: absolute;
	left: 908px;
	top: 451px;
	z-index: 6;
	background-image: url(../images/backgrounds/typewriter.jpg);
	width: 238px;
	height: 305px;
}

#item2 {
	position: absolute;
	left: 81px;
	top: 604px;
	z-index: 6;
	background-image: url(../images/backgrounds/fur2.jpg);
	width: 366px;
	height: 70px;
}

#item3 {
	position: absolute;
	left: 0px;
	top: 907px;
	z-index: 6;
	background-image: url(../images/backgrounds/guinness2.jpg);
	width: 326px;
	height: 407px;
	margin-bottom: 200px;
	background-repeat: no-repeat;
}

