/* Written by SixMen */
#navibar, #iconbar, #credits, #logo
{
    width: 150px;
    margin-left: -165px;
}

body
{
    left: 165px;
    right: 0px;
}

h2,h3,h4,h5,h6
{
    width: auto;
}

body>#logo, #navibar, #iconbar, #credits
{
    position: fixed;
    margin-left: 0px;
}

body>#username
{
    z-index: 1;
    position: fixed;
    width: 100px;
    top: 0px;
    right: 0px;
}

body>#title
{
    z-index: 1;
    position: fixed;
    top: 0px;
    left: 165px;
    right: 100px;
}

html>body
{
    margin-top: 70px;
}
