body, html
{
    background-color: #f1d9a9;   
    background-image: url("background.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    margin: 0;
    padding: 0;
}

#moogaloop
{
    position: absolute;
    top:50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -311px;
    z-index: 2;
}

.subtitleBox
{
    z-index: 3;
    font-family : "Helvetica", sans-serif;
    font-size: 14pt;
    line-height: 22pt;
    color: black;   
    font-weight: 500;
}

.title
{
    font-weight: bold;
    color: black;
}

a:link, a:visited
{
    color: black;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    text-decoration: underline;
}