html,body 
{
margin:0px;
padding:0px;
}

#wrapper {
width: 950px;
margin: auto;
border: solid 15px #000000;

}
#header {
width: 910px;
height:130;
margin: auto;

font-family: Arial, Helvetica, sans serif;
font-size: 40px;
font-weight: bolder;
color: #000000;

display:center;
}
#content {
border: solid 0px #000000;
margin: 0px;
padding: 15px;
height:8000px;
font-family: Arial, Helvetica, sans serif;
font-size: 20px;
font-weight: bolder;
color: #000000;
display: center;
}
#table {
border: solid 14px #000000;
margin: 10px;
padding: 15px;

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

}
