You have changed the position of the <h1> element so it is out of the gray area. Nevertheless, try this to change the height of the gray area:
Code:
.plus-menu span a:link,
.plus-menu span a:visited {
background: url("img/plus.png") no-repeat scroll 22px 60px #FF5B3C;
display: block;
float: left;
height: 22px; /* 22px + 40px + 13px = 75px */
padding: 40px 30px 13px; /* changed from: padding: 60px 30px 51px; */
}
.menu {
background: none repeat scroll 0 0 #FFFFFF;
float: left;
padding: 40px 60px 0px 40px; /* changed from: padding: 60px 60px 52px 40px; */
width: 538px;
}
Bookmarks