body { background-color: #; }
#content { background: url(Layout URL) no-repeat; border: none; height: #px; width: #px; position: absolute; top: #px; left: #px; }
#extendedProfileBody { background: url(BG URL) no-repeat; border: none; }
#content is usually where I place my layout design.
#extendedProfileBody is where I place my backgrounds.
body is not really important, just specify what color background you want.