html, body {
    overflow: hidden;
    height: 100%;
}

#top {
    height: 65px;
}

#top_left {
    float: left;
}

#top_right {
    float: right;
}

#top #logo {
    padding-top: 5px;
    padding-left: 10px;
    float: left;
    height: 40px;
    width: 460px;
    background: url("logo.gif");
    cursor: pointer;
}

#top #top_left_bottom {
    clear: both;
    float: left;
    height: 25px;
}

#top #date {
    clear: both;
    float: left;
    height: 25px;
    margin-left: 25px;
}

#top #userInfo {
    float: left;
    height: 25px;
    margin-left: 50px;
}

#top #userInfo span {
    padding-right: 15px;
}

#top #top_right #logout {
    float: left;
    height: 30px;
    padding-top: 10px;
}

#top #top_right #logout span {
    float: left;
    height: 30px;
    padding-right: 10px;
}

#top #top_right #logout span a {
    color: red;
}

#placard {
    float: left;
    margin-left: 10px;
}

#placard_marquee {
    width: 320px;
    height: 30px;
    padding-top: 10px;
    cursor: pointer;
}

#placard_content {
    font-size: 13px;
    color: blue;
    font-weight: bold;
}

#shortcuts {
    float: left;
    height: 45px;
    margin-top: 10px;
    margin-right: 45px;
}

#shortcuts .shortcut_icon {
    position: relative;
    float: left;
    width: 35px;
    height: 35px;
    margin-top: 2px;
    margin-left: 15px;
    margin-right: 0;
    cursor: pointer;
}

#shortcuts .shortcut_icon_flash {
    position: relative;
    float: left;
    left: -2px;
    right: -2px;
    width: 35px;
    height: 35px;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 0;
    cursor: pointer;
}

#shortcuts img {
    float: left;
    width: 100%;
    height: 100%;
    border: 0;
}