I noticed that on the following website (), the text is currently padded at the top which is determining its height. I am looking to modify this in order to vertically center it within the div, however, the standard CSS properties do not seem to be effective.
CSS
#header {
height: 100%;
width: 100%;
background-image:url(images/5pointz_white_door.jpg);
background-size:cover;
background-position: center;
background-repeat:no-repeat;
vertical-align: middle;
}