Hi Chrisy,
Here are some issues that I see that may or may not have anything to do with
your question, but, they should be fixed.
1) This is in between the head container. You should drag it down right below your
open body tag...
HTML Code:
<center> <a href="http://www.freewebs.com/extreme-soundz"
target="_top"><img
src="http://img220.imageshack.us/img220/4682/bannerav2.gif"
width=686 height=200 border=0 ALT="Back to Homepage"></a>
</center>
2) What is this?
HTML Code:
<background="http://img228.imageshack.us/img228/2042/bguy7.gif">
3) Viewing the page in Firefox/1.5.0.6 the text isn't at the bottom of the page, but
it doesn't line up correctly.
4) I haven't look real close at your css code, but what you might want to try is
doing some math.
If you have 2 divs side-by-side, nested within another div. If the 2 nested divs are
too wide to fit into the the holding div the one one too the right usually will kick
down and show below.. You need to take into account borders, padding, and
margins...
For instance, if you have 2 divs that are 200 pixels each side by side they equal
400 pixels. If they are nested in a div 400pix wide, no problem. Unless that div has
a margin, padding, or a border. These factors will decrease the inside space and if
set to more than 0, the right nested div will not fit and shift below. (Hope this
makes sense.)
Like I said I didn't do the math. So this may not be the problem. Many times it is...
If you persist with the problem. A great way to trouble shoot is to start at the
bottom and remove an element at a time and see what happens as you remove
each. This may isolate where the problem begins..