.menu
{
    width:100%;
    text-align:center;
    border:1px solid black;

}
a.button
{
    border:1px solid white;
    display:block;
    width:160px;
    text-align:center;
    font-size: 16px;
    font-family:"Courier New";
    text-decoration:none;
/*    float:left;*/
}

a.button:hover
{
    border:1px groove blue;
}
#main
{
    /*width:95%;*/
    padding-left:5%;
    border:1px solid black;
}

.nope
{
    margin:0px;
    padding:0px;
    width:0px;
    line-height:0px;
}

img
{
	padding:0px;
	margin:0px;
	border-width:0px;
}