﻿body {
}

#Banner
{
	width:100%;
	text-align: center;
}

.LeftPanel
{
	height:100%;
	width:200px;	
	float:left;
	overflow: auto;
	border: none;
}

.RightPanel
{
	height:100%;
	text-align:left;
	overflow: auto;
	border: none;
}

#Footer
{
	width:100%;
	text-align: center;
}
