html,body 
{
margin:0px;
padding:0px;
}
a { color: #000000;
 }
#wrapper {
width: 950px;
margin: auto;
border: solid 15px #000000;
}
#header {
width: 920px;
height:300px;
margin: auto;
border: solid 20px #000000;
font-family: Arial, Helvetica, sans serif;
font-size: 75px;
font-weight: bolder;
color: #ffffff;
background :#000000;
display:center;
}
#content {

border: solid 4px #000000;
margin: 0px;
padding: 15px;
background:#000000;
height:1
0000px;
}

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

}
