<style type="text/css">
{}
      body {
		background-color: #FFF;
		background-image: url("images/transition.BMP");
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: top left;
	}
      table.innertable {
		background-color: transparent;
		border-width: 0px;
		height: 100px;
		cell-padding: 0px;
		cell-spacing: 0px;
		v-align: top;
	}
      table.toptable {
		background-color: #FFF;
		background-image: url("images/background.jpg");
		background-repeat: repeat;
		background-attachment: fixed;
		border-color: #FFF;
		border-width: 3px;
		border-style: solid;
		background-position: top left;
		height: 100px;
		cell-padding: 0px;
		cell-spacing: 0px;
	}
</style>

