/* Make the main content area wider */
#id_ContentContainer, 
#id_CenterColumn, 
.WaPlaceHolder {
    max-width: 1200px !important; /* Increase to desired width */
    width: 100% !important; 
    margin: 0 auto; /* keep centered */
}
