body {
	background-image: url(images/background_tile.jpg);
}

div {

	position: absolute;

	background: white;

	overflow: hidden;

	text-indent: -2000px;
}



#page {
	position: relative;

	margin: 0 auto;

	background: white;
	background-image:url(images/background_page.jpg);
	width: 900px;

	height: 1783px;

}


a {
	position: absolute;

	display: block;

	text-indent: -2000px;

	background-repeat: no-repeat;

	background-position: -1000px -1000px;

}


a:hover {

	background-position: 0 0;

}


