html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

p {
    text-align: center;
    font-size: 12px;
    padding-bottom: 20px;
    color: black;
}

#floater {
    position: relative;
    float: left;
    height: 50%;
    margin-bottom: -200px;
    width: 1px;
}

#stage {
    position relative;
    clear: left;
    margin: 0px auto;
    width: 480px;
    height: 320px;
    border: 1px dashed black;
}
