        body
        {
            background: #5890C1 url(./banners/all-2.png) repeat-x top left;
        }
        p.menu
        {
            position: absolute;
            left: 70px;
            right: 70px;
            top: 128px;
            color: #FFF;
            font-family: "Bitstream Vera Sans", sans-serif;
        }
        p.menu a:link, p.menu a:visited { color: #FFF; }
        p.menu a:hover, p.menu a:focus { color: #5890C1; background: #FFF; }
        div.content
        {
            position: absolute;
            left: 70px;
            right: 70px;
            top: 220px;
            border: solid #FFF 0.2em;
            padding: 30px;
            padding-top: 40px;
            background: #CDBA63 url(./banners/stereo-icon.png) no-repeat top right;
            color: #333;
            font-family: "Bitstream Vera Sans", sans-serif;
        }
        div.news
        {
            border: solid #996 0.2em;
            padding: 10px;
            background-color: #BB8;
        }
        h1, h2, h3, h4, h5
        {
            color: #FFF;
            font-style: normal;
            font-weight: normal;
            border-bottom: dotted #FFF 1px;
            padding-left: 1em;
            right: 128px;
        }
        h1
        {
            font-size: 3em;
            padding-left: 0em;
            text-align: left;
        }
        a:link { color: #058; }
        a:visited { color: #939; }
        a:hover, a:focus { color: #FFF; background: #660; text-decoration: none;}

