I've not tested this, and I have no idea if this'll make a difference, but try moving the profile stuff under your positioning and sizing ****, and set the fill colour like this:
PHP Code:
profile.fillcolor = {50, 50, 50, 150};
So...
PHP Code:
useownprofile = true;
width = 325;
height = 100;
x = (screenwidth / 2) - 162.5;
y = (screenheight / 2) - 150;
profile.fillcolor = {50, 50, 50, 150};