table {
	background-attachment: fixed;
	background-image: url(images/bgframe.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body {
	background-attachment: fixed;
	background-image: url(images/fonframe.jpg);
	background-repeat: repeat;
}

