body {
    background: url('pops_bg.gif');
    background-repeat: repeat-x;
}

#main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#info {
    margin-top: 12px;
    font-size: 11px;
    color: #fff;
    padding: 10px;
    width: 250px;
}

#info a {
    color: #ccc;
}

#pops-logo {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 163px;
    height: 74px;
}
    
#content {
    margin-top: 55px;
    width: 95%;
    position: relative;
    left: 10px;
    right: 10px;
}
