You didn't copy the "pageId=" part of your media code.
It needs to be:http://static.wix.com/client/app.swf?pageId=hqh03snBCKE-a&embedFormat=websites&embedID=3b73aeaa-7099-4a73-a4bf-9228b95eb5ab&partner_id=WMGs4POB1ko-a
As for your CSS:
(I made the background blue, but you can change it to black by replacing #019AFF with #000000 or black)html, body { background: #019AFF; }
.column, #columns { overflow: visible !important; }
#columns { width: 1000px; margin-left: auto; margin-right: auto; float: none; position: relative; top: 50px; }
#column_1, #column_2, #column_3 { position: absolute; margin: 0; }
.media_panel { height: 650px !important; width: 1000px; overflow: hidden; }
.media_panel embed, .media_panel object { height: 1000px; width: 1000px; }
.panel { margin: 0; padding: 0; background: transparent; }
.panel h2 { display: none; }
You will also want to delete your other panels.
Take out your CSS so they're easily visible, then delete everything that isn't the Wix.
Btw, your embed code is the stuff with the <> brackets that you get from Wix, not your CSS.
I can actually see your CSS just by looking at your profile n_n'
(I figured it out without it, but it could have been useful)