cambia il css in questo modo
.pagina {height: 100%;}
width: 100%;
position: absolute;
overflow: hidden;
background-color: blue;
.tabella {float:left;}
width: 70%;
background-color: lime;
.form {float:left;}
width: 30%;
background-color: red;