you've got an error in your stylesheet.

find :
#logoWrapper{
width:1024px;
height:130px;
background-image:url(../images/);
background-repeat:no-repeat;
background-color: #000000;
} }
and delete the extra '}' . That'll fix your problem.