/* CSS Stylesheet */
body {
	background: red url('../images/copy.gif');
	background-repeat: no-repeat;
	background-position: 5% 98%;
	background-attachment: fixed;
}
img.sig {
	position:absolute;
	left:5%;
	top:83%;
}