html, body {
	margin: 0px;
	padding: 0px;
	font-size:100%
}

#wrapper{
width: 770px;
margin-left: auto;
margin-right: auto;}

#menu{
font-family: "Felix Titling";
font-size: 1.75em;
font-weight: bold;
padding: 5px;
}

#menu a:hover{
font-family: "Felix Titling"
font-size: 1.75em;
font-weight: bold;
color: white;
}

.container, .shadow {
  position: relative;
  bottom: 4px;
}



.shadow { 
background-color: #000000;
width: 770px;}

.container {
width: 760px;
background-color: #CBD679;
 color: #000000;
 }