 html,body {
  width: 99%;
  height: 99%;
  overflow: hidden;
  background-color: Black;
 }
 div.Container {
  width: 800px;
  height: 100%;
  left:1%;
  border: 1px solid black;
  position: absolute;
  top: 0px;
  background-color: gray;
  text-align: left;
  background-image: url(./images/pagebackground.jpg);
 }
 div.Header {
  width: 100%;
  height: 100px;
  background-image: url(./images/headerbackground.jpg);
  top: 0px;
  left: 0%;
 }
 div.Content {
  width: 98%;
  height: 73%;
  overflow : hidden;
 }

 div.Menu {
  width: 150px;
  height: 100%;
  float: left;
  margin-left: 10px;
 }
 div.Stuff {
	width: 550px;
	height: 99%;
	background-color: Gray;
	float: left;
	border-style: inset;
	overflow: auto;
	text-align: justify;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	padding-left: 5px;
	padding-right: 5px;
}
 div.Footer {
	width: 100%;
	height: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}
 a.MB {
	width: 150px;
	height: 40px;
	background-image: url(./images/Button.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	margin-top: 1px;
	margin-left: 1px;
	color: Black;
	padding-left: 10px;
	padding-top: 7px;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	display: block;
}
 a.MB:hover {
  background-image: url(./images/Button_sel.gif);
 }

a, a:link, a:visited  {
	display: block;
	color: Black;
	text-decoration: none;
}
a:hover {
color: Silver;
}

a.MT, a.MT:link, a.MT:visited  {
	display: block;
	color: Black;
	text-decoration: none;
}

a.MT:hover {
color: Silver;
}