You really need to go over your css and look at some of the css tutorial sites as you have calls/entries that are now allowed
i.e.
There is no align center or no for repeat...Code:#logoWrapper{ background-image: url(../images/top.gif); align: center; background-repeat: no; background-color: #000000; height:250px;
backround-repeat: none; is correct I would suspect that you have others
You also have place holders for things that you are not using like the tagline that are taking space up



