body {
	background-color: #45456a;
}
.outertable {
	background-color: #FFFFFF;
	background-image: url(images/upper-gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bottomtable {
	background-color: #FFFFFF;
	background-image: url(images/bottom-gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

