body { margin: 0;
       padding: 0;
	   background: #091133;
	   }
/*#container { width: 776px;
             margin: 2em auto;
			 border: 1px solid red;
			 background: gray;
			 }
#upperleft {border: 1px solid white;
			background: url(/images/oooh_04.jpg) no-repeat top left;
			padding: 0px;
			margin: 0px;
			}
			
#uppercenter {background-image: url(/images/oooh_05.jpg) 100% 0 no-repeat;}
#upperright {background-image: url(/images/oooh_06.jpg) 100% 0 no-repeat;}
#lowerleft {background-image: url(/images/oooh_07.jpg) 100% 0 no-repeat;}
#lowercenter {background-image: url(/images/oooh_08.jpg) 100% 0 no-repeat;}
#lowerright {background-image: url(/images/oooh_09.jpg) 100% 0 no-repeat;}*/

#navbar {font-family: Verdana, Helvetica, Arial, sans-serif;
         color:#FF0000;
		 text-align:right;
		 font-size: 12px;
		 font-weight: bold;
		 padding-right:2em;
		}
#navbar ul {list-style: none;}
a{ text-decoration: none;
			color:#FF0000;}
a:visited {color: #FF6600;}
a:hover{color: #cc00cc;}
a:active{color: #cc00cc;}
#info {/*position: absolute;
       width:400px; 
	   z-index:2;*/
	   color: white;
	   font-family: Geneva, Arial, Helvetica, san-serif;
	   margin-bottom: 2em;
	   }
#info h1 {font-variant:small-caps;
          font-size: 18px;
		  font-weight:bold;
		  margin-top: 0px;
		  color:#FF0000;}
h2 {font-size: 16px;
	font-weight: bold;
	margin-bottom: -1em;
	color:#FF0000;
		  }
#info ul li {margin-bottom: 1em;} 
