@charset "utf-8";

body {
margin: 0;
background-color: #eeeeee;
}

/* no borders around link images */
a img {
border: none;
}

/* centers 'box', which contains content */
div#frame {
text-align: center;
}

/* contains content */
div#box {
position: relative;
height: 582px;
width: 780px;
margin-top: 20px;
margin-right: auto;
margin-left: auto;
margin-bottom: 5px;
background-color: black;
color: white;
text-align: left;
border: 1px solid black;
}

div#bottomnav img {
padding: 0 4px;
}

