﻿body 
{
    font-family: helvetica, verdana, arial, sans-serif;
    text-align: center;
    overflow-y: scroll;
}

a
{
    color: #3300CC;
}

div#container
{
    margin: 4.5em auto auto auto;
    width: 950px;
}

div#top
{
    background-image: url(./top.jpg);
    background-repeat: no-repeat;
    height: 152px;
}

div#text
{
    position: static;
    width: 100%;
    margin: 2px auto auto auto;
    text-align: justify;
}
