#container{
	
        width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color: #eab555;
	background-color: #111111;
	align-items: center;
	
        
	
}
/* Add a black background color to the top navigation */
.topnav {
  background-color: #eab555;
  overflow: hidden;
  border-radius: 7px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #111;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
  font-family:courier,arial,helvetica
  font-weight:900;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ffaa1d;
  color: black;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
body {
	 
	font-color: #eab555;
	background-color: #111;
	font-family:courier,arial,helvetica
	
	 
}

#title{
	font-family:courier,arial,helvetica
}

#content{
	padding: 3px;
	
}


#main{
	width: 980px;
	
}

#main a {
  color: #FF7700;
}
	
#footer{
	clear: both;
	background-color: #eab555;
	color: #111;
	text-align: center;
	padding: 14px 16px;
	background-color: #eab555;
	border-radius: 7px;


	
}
@media (max-width: 767px) {

  footer  {
    padding-left: 20px;
    padding-right: 20px;
  }

#FF7700