CSS : Width too big

The problem is at http://www.evolewtion.co.uk/index.php if you scroll to the right, it goes too far, at first I used the CSS

.bottom{
width:100%;
height:100%;
}

but it was still too big, now I am using

.bottom{
width:1028px;
height:100%;
}

and now, the edges stop at the right place, but the white space carries on.

P.S Dont click on the links, they dont work just yet…