I need a semi-full page background image div (like twitter homepage). Actually I'm trying with :
`background: url(images/bg.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;`
but i need space for the header, like 150-200px height. How can i fix it? I don't want this div behind the header, i want it down from it. Thanks