﻿body 
{
	
}
.CentralTable
{	
	background-color: #1D3893;
	background-image: url("../../Images/SimpleCenter.jpg");
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
	color: White;
}

.CLeftPanel
{
	background-color: #1D3893;
	background-image: url("../../Images/SimpleLeft.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.CRightPanel
{
	background-color: #1D3893;
	background-image: url("../../Images/SimpleRight.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: scroll;
}


