SyntaxFix
Write A Post
Hire A Developer
Questions
add display: block;
a-tag is an inline element so your height and width are ignored.
#header div#snav div a{ display:block; width:150px; height:77px; }