﻿html, body {
	margin: 0; 
	height: 98%;
	color: black; 
	BACKGROUND-ATTACHMENT: fixed; 
	BACKGROUND-IMAGE: url(Images/bg.gif); 
	BACKGROUND-REPEAT: repeat;
}

#pnlContent {
	position: static;
	border: 0px solid black;
	background-color: Transparent;
	padding: 0px; 
	text-align:center; 
	margin-left:175px; 
	margin-right:10px; 
	margin-top:10px; 
	margin-bottom:10px
} 		

#pnlMenu {
	position: fixed;
	border: 1px solid darkgoldenrod;
	background-color: White;
	color: black;
	top: 10px;
	left: 5px;
	width: 170px;
}