Edit templates/css/style.css and findout the following

#content {
float: left;
margin: 0;
width: 770px;
}

Replace with

#content {
float: left;
margin: 0;
width: 760px;
}