#html, body {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 800px;
  height: 100%;
  margin: auto;
  
} 

#menucontainer {
		font-size: 12px;
		font-family: arial;
		font-weight: normal;
		color: #000000;
		top: 10px;
  		right: 0px;
  		bottom: 30px;
  		left: 0px;
  		width: 620px;
  		height: 100%;
  		margin: auto;

}

#copyrightcontainer {
		font-size: 12px;
		font-family: arial;
		font-weight: normal;
		color: #000000;
		top: 10px;
  		right: 0px;
  		bottom: 0px;
  		left: 0px;
  		height: 100%;
  		margin: auto;
  		text-align: center;

}

#logocontainer {
		font-size: 10px;
		font-family: arial;
		font-weight: normal;
		color: #AAAAAA;
		top: -10px;
  		right: 0px;
  		bottom: 0px;
  		left: 0px;
  		width: 310px;
  		height: 100%;
  		margin: auto;
  		text-align: center;

}

/*
Below: 	GENERAL A HREF DEFINITIONS!
*/

a {
		font-size: 12px;
		color: #000000;
		text-decoration: none;
		font-weight: bold;
}

a:visited {
		font-size: 12px;
		color: #000000;
		text-decoration: none;
		font-weight: bold;
}

a:hover {	
		font-size: 12px;
		color: #AAAAAA;
		text-decoration: none;
		font-weight: bold;
}

a:visited:hover {
		font-size: 12px;
		color: #AAAAAA;
		text-decoration: none;
		font-weight: bold;
}
