For some wierd reason, the panel back_pan was being read as similar to back_button, so the engine tried to use the back_off.pcx image as the background.
Renaming the background panel solved everything!
Code:
void main()
{
cout << "I am MrCode,";
cout << "hear me roar!";
system("PAUSE");
}