where do I add that code? I mean in which document?
#header {
background: #000;
height: 8em; /*or whatever height you want*/
position: absolute;
left: 0;
width: 100%;
z-index: 999999;
}
#slider-core {
margin-top: 8em; /*the same as the height of your header*/
}
#content {
margin-top: 8em; /*the same as the height of your header*/
}