You have two main problems and a third minor problem that is probably nothing to worry about but, should be fixed.
1) Line 70 - you are missing a closing }. This invalidates the following style, which screws everything up.
2) Line 310 - you have a second:
HTML Code:
<div id="sc2" class="tabcontent">
This one should be:
HTML Code:
<div id="sc3" class="tabcontent">
3) Error: Unexpected end of file while searching for end of comment.
Source File: http://flamehtmlstudios.com/amanda/beta/main.css
Line: 275
Means this:
should be this:
Bookmarks