body{
    margin: 0;
    padding: 0;
    width: 100%;

    background-color: #ffffff;
}

#left-column{
    width: 60%;
    float: left;

    background-color: #0000ff;

}

#right-column img{
    width: 230px;
    margin: 140px;
    margin-top: 100px;
}

img#logo {
    position: fixed;
    width: 120px;
    bottom: 5px;
    right: 3px;
}