html {
    font-size: 14px;
    font-family: sans-serif;
}

body {
    width: 797px;
    margin: 0 auto;
    margin-top: 50px;
}

img {
    border: 0;
}

#logout {
    color: blue;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    padding-left: 285px;
    text-align: right;
    width: 500px;
    position: absolute;
    top: 7px;
}

#header {
    text-align: center;
    background-image: url('/ftp/images/top.png');
    background-repeat: no-repeat;
    height: 158px;
}

    #logo {
        width: 212px;
        height: 112px;
        position: relative;
        left: 20px;
        top: 16px;
    }

    #profile {
        position: relative;
        width: 194px;
        left: 570px;
        top: -65px;
    }

    #signup {
        position: relative;
        width: 194px;
        left: 570px;
        top: -65px;
    }

    #login {
        position: relative;
        left: 640px;
        top: -60px;
        width: 55px;
    }

#wrapper {
    display: table;
}

    #row {
        display: table-row;
    }

    #row div {
        display: table-cell;
    }

        #leftColumn {
            background-image: url('/ftp/images/left.png');
            width: 36px;
        }

        #content {
            padding-left: 10px;
            padding-right: 10px;
            width: 706px;
        }

        #rightColumn {
            background-image: url('/ftp/images/right.png');
            width: 35px;
        }

#footer {
    clear: left;
    text-align: center;
    background-image: url('/ftp/images/bottom.png');
    background-repeat: no-repeat;
    height: 44px;
    margin-bottom: 100px;
}

    #footer ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: inline-block;
        position: relative;
        top: 19px;
    }

        #footer ul li {
            text-align: center;
            float: left;
            padding-left: 2px;
            padding-right: 2px;
            font-weight: bold;
        }

        #footer ul li:before {
            content: '| ';
        }

        #footer ul li:first-child:before {
            content: '';
        }
