#logo {
    float: left;
}

#user {
    float : right;
    vertical-align: middle;
    position: relative; top:20px;
}

#menu {
    background-color: #ff8080;
    clear : left;
}

#main {
    position: relative; top:20px; left:20px;
    background-color: #ffffff;
    clear : left;
}

#login {
    background-color: #ffffff;
    text-align : center;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 64;
    background-color: #ffffff;
    text-align : center;
    font-size: small;
}

.menulink {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
