
#browser{
    position:absolute;
    left: 500px;
    top:50px;
    width: 1400px;
    height:760px;
    border: 1px solid black;
    overflow:auto;
}
#webpage{
    position:absolute;
    left: 0px;
    top:30px;
    width:100%;
    height:730px;
}
#hellousername{
    background-color: lightgray;
}
#passwordrequest{
    position: absolute;
    bottom:0px;
    right:0px;
    background-color: lightgray;
}