Music Player Only Off Centered in Internet Explorer

My music player is only off-centered in Internet Explorer…Why?
If someone can help me out, I would GREATLY appreciate it!

Link: Bryson’s Music

Today is my birthday…If someone could please help me, it would make my day!

Try this.

Remove vspace=“25” from the object and embed elements in the .soundcloud div. Then add the following css to your stylesheet:

.soundcloud embed {
	padding:25px 0;
	}

This only fixed the problem in IE 8 (it still looks the same in IE 6,7 and 9). Also, for some reason, it made the player’s height smaller in Firefox.

With the vspace still removed from both object and embed, try

.soundcloud {
padding-top:25px;
}

Have tested with IE7, IE8, IE9 and Firefox.

I really appreciate it man : ) You made my birthday!

It wasn’t working at first because I added the ‘embed’ into the style.