Почему фон не фиксируется?
ipb_styles.css
body {
background-color: #000;
background-repeat: no-repeat fixed;
background-size: 100% 100%;
background-position: top center;
color: rgba(255,255,255,0.8);
color: #eeeeee;
font: normal 11px "Trebuchet MS", tahoma, arial, verdana, sans-serif;
position: relative;
padding-bottom: 62px;
}