Goal: make transparent background for the iFrame. See solution below.
1. Make sure iFrame has: allowtransparency="true"
2. body style: background-color: transparent;
3. html style: background-color: transparent;
Goal: make transparent background for the iFrame. See solution below.