﻿body, html
{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
#LeftDiv, #RightDiv
{
	z-index: 0;
	position: absolute;
	background-repeat: repeat-y;
	width: 130px;
	top: 0px;
	bottom: 0px;
}
#LeftDiv
{
	background-image: url("/images/body_bkg_left.jpg");
	left: 0px;
}
#RightDiv
{
	background-image: url("/images/body_bkg_right.jpg");
	background-position: right;
	right: 0px;
}
#MainDiv, #MasterDiv
{
	position: relative;
	margin: 0 auto;
	background-color: White;
	
	min-height: 100%;
}
#MasterDiv
{
	min-height: 100%;
	background-color: #0072bb;
	width: 100%;
}
#MainDiv
{
	z-index: 10;
	min-height: 508px;
	width: 800px;
}



