Hello
Sure. To amend try adding the following to the Custom CSS field of your templates parameters where 1180px is your template width (edit to taste)...
#container_header .wrapper960 {
width: 1180px;
}
.showcase {
margin: 0 auto;
max-width: 1180px;
}
Ciarán