#status {
    height: 20px;
    font-size: small;
    text-align: right;
    width: 100%;
    position: fixed;
    bottom: 0;
    border-top: solid thin #ddd;
    z-index: 9999999;
    background-color: #fff;
    padding-right: 10px;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #333;
    color: #ddd;
    padding: 10px;
    text-align: center;
}

.logo {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    color: #fff;
}

.footerlogo {
    width: 100px;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 0px;
    position: absolute;
    bottom: 20px;
    margin-left: -50px;
}

.content {
    width: 100%;
    margin: 0 auto;
    left: 0;
    padding: 20px auto;
    position: absolute;
    top: 150px;
}

a {
    color: #ddd;
    text-decoration: none;
    font-weight: bold;
}