html,body 
{
margin:0px;
padding:0px;
}
a { color: #ffffff;
 }
#wrapper {
width: 950px;
margin: auto;
border: solid 12px #000000;
}

#content {
border: solid 15px #000000;
margin: 0px;
padding: 10px;
font-family: Arial, Helvetica, sans serif;
font-size: 30px;
font-weight: bold;
color:000000;
background-color:#ffffff;
height:3200px;
}

.menubutton {: center;
width: 150px;
height: 15px;
background: #ffffff;
margin: 10px;
padding: 15px;
text-align: center;
font-family: Arial, Helvetica, sans serif;
font-size: 25px;
font-weight: bold;
color: #000000;
		}
.menubutton a {
   color:#000000;
	}
	
#footer {
border: solid 4px #ffffff;
clear:both;
font-family: Arial, Helvetica, sans serif;
font-size: 20px;
font-weight: bold;
color: #ffffff;
background: #ffffff;
height:60;
}

