/* CSS Document */

BODY
{
	font-style: normal;
	font-family: Arial;
	color: #FFFFFF;
	text-align: justify;
	}
table.topper {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(topper.jpg);
	}
table.left {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(leftside.jpg);
	}
td.main {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(main.jpg);
	}

</style> 