 body {
 text-align: center;
 overflow: scroll;
 min-width: 700px;
 font-size: 12px;
 }

 .wrapper {
 margin: 0 auto;
 width: 700px;
 }

 .wrapper p{
 text-align: justify;
 }

 #top {
 height:50px;
 padding: 0em; 
 background-color: #9999cc;
 color: #ffffff;
 font-size: 33px;
 }
 
 .menu {
 text-align: center;
 margin: 0 auto;
 position: relative;
 top: -5px;
 }

 
 #rules {
 font-size: 12px;
 padding: 10px;
 display: none;
 position: relative;
 top: -90px;
 }
 
 #why {
 font-size: 12px;
 padding: 10px;
 display: none;
 position: relative;
 top: -90px;
 }
 
 #client {
 font-size: 12px;
 padding: 10px;
 display: none;
 position: relative;
 top: -90px;
 }

 #staff {
 font-size: 12px;
 padding: 10px;
 display: none;
 position: relative;
 top: -90px;
 }

 #updates {
 font-size: 12px;
 padding: 10px;
 display: none;
 position: relative;
 top: -90px;
 }
 
 #welcome {
 font-size: 12px;
 padding: 10px;
 display: none;
 position: relative;
 top: -90px;
 }
 
 .topic {
 background-color: white;
 color: black;
 border: 1px dashed black;
 padding: 3px;
 cursor: pointer;
 }
 
 .extra{
 display: none;
 }

.box {
 cursor: pointer;
 border: 1px solid #bf9960;
}


.card{
 width: 663px;
 border: 1px solid #ffe680;
 background-color: white;
 color: #bf9960;
 margin: 10px;
 text-align: center;
}


.text{
 padding: 5px;
}

.header{
 background-color: #ffe680;
 color: #bf9960;
 font-weight: bold;
 margin: 0px;
 width:100%;
}

.news_header{
  background-color: #ffe680;
  color: #bf9960;
  font-weight: bold;
  border: 1px solid #bf9960;
  margin: 10px;
  text-align: center;
  width: 663px;
  }

.billboard {
font-size: 16px;
text-align: center;
margin: 0 auto;
position: relative;
bottom: 10px;
background-color: white;
padding: 3px;
border: medium double #bf9960;
width: 150px;
height: 20px;
color: #bf9960;
}

.chest {
background-color: white;
color: #bf9960;
border: 1px solid #ffe680;
margin: 10px; 
text-align: center;
width: 663px;
}

.center {
	margin: 0px auto;
	text-align: center;
}

.chest a{
color: #bf9960;
text-decoration: none;
font-weight: bold;
}

.chest a:hover{
	color: #FFF5E6;
	font-weight: bold;
	text-decoration: none;
}

.vote {
	position: relative; 
	left: 285px; 
	top: -80px;
}

.vote2 {
	position: relative; 
	right: 285px; 
	top: -80px;
}
	