<!-- Style.css -->
 body {
text-align: center;
}

#box {
text-align: left;
width: 746px;
margin: 0 auto;
}

#menu {
background-color: #000000;
text-align: center;
font-family: Arial, Geneva, sans-serif;
font-size: 10px;
color: #ffffff;
text-transform: uppercase;
}

 