/* CSS Document */
#textbox {
        height: 200px;
        width: 200px;
        left: -250px;
        top: -250px;
        position: absolute;
}

