/* CSS Document */

body {
	background-image: url(backgroundguestbook.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-position: left top;
}
body,td,th {
	color: #000000;
}
#Layer1 {
	position:relative;
	width:200px;
	height:115px;
	z-index:1;
	left: 800px;
	top: 48px;

}


</html>