CSS option (WebParts Zones)
I have noticed the themes only change the Header,Footer and Background surrounding the Webpart zones (Body) of the site. It would be useful to put in a CSS Editor so a person can make their own theme,set the Background colors, position Images etc.
CSS isnt complicated by any means even for a beginner but also allows for more control and styling options for their page. As of right now the Body (WebPart Zones) the background color seems to remain White no matter what theme a person may choose..
When i put a image into Zone 1 their are no avaible properties for the image for example::
#myImage
{
position: absolute;
height: inherit;
width: 100%;
}
So i streached the image which threw it out of wack, in addition you get white spaces at the top and bottom of the image. Cause you have no control over the positioning:
#myImage
{
top: 0px;
}

