hey Daniel,
I answered you in the other post too!
Anyway,I found the way to maximize the page.
It is in stylesheet in line 220 (.incasing) but you also must put the same or biger value in the outer div (#casing)in line 183!
/* The Outer cover */
#casing {
padding:0px 0px;
width:800px;
margin:0px auto;
………..
………..
………..
.incasing{
background:#fafafa;
padding:0px 0px 20px 0px;
margin-top:150px;
margin-bottom:50px;
width:800px;
float:left;
-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.5);
box-shadow:0px 0px 5px rgba(0, 0, 0, 0.5);