Hi Nick,
The mainbody is set with a fixed container, you can go to Layout settings of template and set the container to None
For the width of whole page, it's defined with this fixed width:
.t4-wrapper {
max-width: 1920px;
}
You can override this css rule with a bigger value which suits your need.
Regards