html, body {
    margin: 0px;
    padding: 0px;
    font-family: "Segoe UI", Arial;
    color: #eee;
    font-size: 10pt;
    height: 100%;
    text-shadow: 0 0 3px #000000;
}

body {
    background: #000 url('/portal/images/fabric.jpg') repeat center center;
    position: relative;
}

h1 {
    font-family: "Segoe UI", Arial;
    height: 26px;
    line-height: 26px;
    font-size: 1.5em;
    margin: 0;
}

#wrapper {
    position: absolute;
    margin-top: 200px;
    width: 100%;
}

#error {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 180px;
    margin-top: -90px;
    margin-left: -250px;
    text-align: center;
}

    #error span {
        display: block
    }

    #error a {
        color: #bbb;
    }

#top-bar {
    width: 100%;
    height: 96px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 170px;
    border-style: dashed;
    border-width: 2px 0;
}

    #top-bar ul {
        margin: 10px auto;
        padding: 0;
    }

    #top-bar li {
        list-style-type: none;
        float: left;
        margin: 0;
    }

    #top-bar a {
        display: block;
    }

    #top-bar img {
        width: 76px;
        height: 76px;
        margin: 0 6px;
    }

    #top-bar a .subtitle {
        position: absolute;
        bottom: -55px;
        left: 50%;
        margin-left: -200px;
        width: 400px;
        height: 27px;
        text-align: center;
        line-height: 27px;
        display: none;
        color: #fff;
        text-decoration: none;
        z-index: 1;
    }

    #top-bar a:hover .subtitle {
        display: block;
    }

#bottom-bar {
  background-color: #000000;
  bottom: 115px;
  height: 27px;
  position: absolute;
  width: 100%;
}

    #bottom-bar dl,
    #bottom-bar dt,
    #bottom-bar dd {
        float: left;
        margin: 0;
        line-height: 27px;
    }

    #bottom-bar dt:after {
        content:"\003A";
    }

    #bottom-bar dd {
        margin: 0 20px 0 5px;
    }

    #bottom-bar dl {
        margin-left:50px;
    }

    #bottom-bar h1 {
        float: right;
        margin-right: 50px;
    }
