webdojo
Hi
You have this code in custom.css file
.t3-mainbody {
display: none;
}
Remove it to show Mainbody section, on other page you added a code to show the mainbody that is why its showing there
.itemid-915 .t3-mainbody {
display: block !important;
}