background {
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
table {
	background-attachment: scroll;
	background-image: url(../images/background.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
