@charset "UTF-8";

#headergif {
height: 100px;
width: 600px;
}

#content {
padding: 1em;
}

#footer {
padding: 1em;
}

#footer p {
line-height: 100%;
/*
Keeping the footer text spaced more closely helps convey 
the subordination of the footer to the content. */
}

