#mySummer{ margin-left:auto; margin-right:auto; margin-top:8px; height:440px; width:500px; /* Who did not put color in as a default variable??? Does order matter? I just copied the #banner format*/ color:#def; z-index:999; background-color:#a6f; opacity:.75; padding:10px; font-family:monospace; font-size:60px; } #banner{ width:778px; padding:2px; margin-right:auto; margin-left:auto; margin-top:2px; background-color:#fce; opacity:.75; font-size:72px; font-family:monospace; color:#a00; z-index:999; } /* I did not mess with anything after this point because I did not need to for my design vision */ #myPic{ position:fixed; top:0px; left:0px; height:100%; width:100%; z-index:-999; } #credits{ position:fixed; bottom:10px; font-family: monospace; font-size:12px; color:#000; z-index:999; background-color:#fff; opacity:.75; } a{ font-family:monospace; font-size:12px; color:#000; } 