body {
	margin: 0 auto;
	padding: 0;
	background-color:black;
	color:white;	
	font-size: x-large;
	text-align: center;
	font-family: arial;
}
a{
	text-decoration: none;
	color:white;
	font-family: arial;
	font-size: x-large;
} 

#logo img{
	position: fixed;
  left: 1%;
  width: 3.5%; 
  z-index: 1000;
}
#frame img{
	position: fixed;
  bottom: -11%;
  right: 0; /* Optional: Align to the right edge, making it full width */
  width: 30%; /* Optional: Make it span the full width */
  z-index: 500;
}

#menu{
	position: fixed;
	top: -3%;
	height: 10%;
	width: 100%;
	background-color: black;  
	z-index: 600;
	
}
#menu li{
	display: inline-block; /* or other inline-like display */	
	font-family: arial;
	font-size: 200%;
	padding-right: 2%;
	padding-left: 2%;
	line-height: 150%; /* Vertically centers the text */	
	}
#menu a{
	color:white;
	font-stretch: condensed;
}
#title {
	padding: 5%;
	font-family: arial;
	font-stretch: condensed;
	font-size: xx-large;
	text-align: center;
}

}


