Sounds good--I'll add in additional options in the Color Palette for those before the next update.
For the white text, edit this in the CSS template:
	
	
	
		HTML:
	
	
		#cc_stream_info_song, .nowplaying, .info2
{
        float: left;
        font: bold 24px "Trebuchet MS";
        letter-spacing: -1px;
    display: inline-block;
    padding: 5px !important;
        color: white;
}
	 
 I'll add an option for that one too.
Not sure about the degree of difficulty involved in making it work for fixed websites, but I don't imagine it'll take too much work. I just have to find the time to get it done with all of my school work, haha!