body
{
    background-color: #1B1B1B;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
h2
{
    color: white;
}
a:link, a:visited, a:active
{
    font-size: 11pt;
    font-weight: bold;
    color: white;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
#container
{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}
#title
{
    float: left;
    font-size: 13pt;
    font-weight: bold;
    color: white;
    background: #1B1B1B;
}
#slideshow
{
    float: left;
    width: 600px;
    height: 425px;
    margin-top: 5px;
    margin-bottom: 2px;
}
#credits
{
    float: right;
    font-size: 10pt;
    font-weight: normal;
    color: white;
    text-align: right;
}