на инфопортале в body
вместо
background: url('../images/bg.jpg') center 320px #dabf94;
background-image: url(http://w2.dwar.ru/konkurs/template/fanart2013/­images/bg.jpg);
background-position-x: 50%;
background-position-y: 320px;
background-size: initial;
background-repeat-x: initial;
background-repeat-y: initial;
background-attachment: initial;
background-origin: initial;
background-clip: initial;
background-color: rgb(218, 191, 148);
лучше
background: url('../images/bg.jpg') center 320px #dabf94;
background-image: url(http://w2.dwar.ru/konkurs/template/fanart2013/­images/bg.jpg);
background-repeat: repeat-x;
background-attachment: fixed;
background-position: top center;
background-position-x: 50%;
background-position-y: 0%;
background-color: rgb(218, 191, 148);
}
Красивее будет)))