body {
	padding: 0;
    margin: 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;

    background-color: #EEEEEE;
}



/* All content is within main. Puts a fixed-width block on the page. */
#main {
	padding: 10px;
    width: 700px;
    margin-left: auto; margin-right: auto; /* Center block. */
    background-color: black;
    border: 1px #DDDDDD solid;
    color: white;
}

/* Make sure links are white in all states. */
a {
    color: white;
}

/* Make sure there is some room around each photo from the movie. */
.moviePhoto {
	margin: 20px;
}

/* A style for the nav bar container, and then another for the items in it. */
#navBar {
    margin-bottom: 20px;
    border: 4px dotted #AAAAAA;
    padding: 5px;
}

#navBar a {
    color: white;
    margin-right: 20px;
}

/* Container for the footer. */
#footer {
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
}

