on this site (http://whitewashed.richiesiegel.com/) the text on this page currently had a padding-top that is setting the height, but i want to replace that to vertically center it within the div, but the normal properties don't seem to be working.
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;
}