.body_left_side {
	background-image: url(images/sides-left-cloud.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.body_right_side {

	background-image: url(images/sides-right-cloud.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.menu_table {
	background-image: url(images/menubar-back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.menu_table_bottom {
	background-image: url(images/menubar-back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	vertical-align: bottom;
}
#SplashImage {
	float: right;
}
#SplashImageLeft {
	float: left;
}
