I have been trying to organize my css separately from the *.aspx file. Everything was working fine when the following code was included in the aspx file:
background-image: url('<%=Page.ResolveUrl("~/Themes/Red/Images/Contestant/1.jpg)%>';)
However, now it seems that it is no longer working. Are there any alternative solutions that you know of?