body
{
    background-color: #000000;
    margin: 0px;
    text-align: center;
}

#maincontainer
{
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(  'images/bg.jpg' );
    height: 620px;
    background-repeat: no-repeat;
}
#content
{
    text-align: center;
    padding-top: 250px;
    font-size: 2em;
    font-family: 'Trebuchet MS';
    width: 400px;
    margin-right: auto;
    margin-left: auto;
}
.bolder
{
    color: #581D1D;
    font-weight: bold;
}
