﻿      /*
    1024 style sheet for a 1024 resolution...
    */div#page.intranet
        {
            margin: 0 auto;
            width: 1000px;
            background-image: url(/Images/intranet1024/intranet_bg.png);
        }
        div#page.intranet div#header
        {
            width: 100%;
            background-image: url(/Images/intranet1024/intranet_topp_bg.png);
            height: 188px;
            position: relative;
        }
        div#page.intranet div#header #loggedIn
        {
            position: absolute;
            top: 54px;
            right: 54px;
        }
        div#page.intranet div#header #loginButtons
        {
            position: absolute;
            top: 15px;
            right: 15px;
        }
        div#page.intranet div#header #hereIam
        {
            position: absolute;
            top: 132px;
            right: 7px;
            width:190px;
            overflow:hidden;
        }
        div#page.intranet div#header #topNav
        {
            position: absolute;
            bottom: 20px;
            left: 0px;
            width:190px;
            
        }
        #footer
        {
            background-color: White;
            text-align: center;
        }