
div#content
{
    background-image: url('../images/homepage.background.png');
    background-repeat: no-repeat;
    font-size: 12pt;
    color: White;
    padding-top: 284px;
    padding-bottom: 60px;
}

div#text
{
    margin: 0px 60px 20px 60px;
}

div.news
{
    border-top: solid 1px black;
    font-style: italic;
}

div.sidepicture
{
    margin: 30px 0px 20px 60px;
    float: left;
}

div.newstext
{
    padding-top: 20px;
    margin: 0px 60px 20px 570px;
}

div.paddingpanel
{
    clear: left;
}
