body {
  background-color: white;
  background-image: url('http://www.geocities.ws/heather_32087/background6.gif');
  color: white;
  font-family: MS Gothic;
}

a {
  color: #F5CF80;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: none;
}

::selection {
    color: black;
    background: #F5CF80;
}

::-moz-selection {
    color: black;
    background: #F5CF80;
}

ul{
  
    list-style:none;}

li{ 
    display:inline-block}

li a {
    overflow:hidden;
    display:inline-block;
    text-decoration: none;  
    }


.container {
  width: 100%;
  margin: auto;
}

#box {
  margin-top: 3%;
  width: 400px;
  height: 400px;
  background: black;
  font-size: 17px;
  border: 1px solid white;
  padding: 25px;
  overflow: hidden;
}

#title {
  margin-top:7%;
  width: 300px;
  height: auto;
  font-size: 40px;
  text-align: center;
  padding: 0;
  
}
