header
{
  background-image: url('<?=userimg($article->bg->data)?>');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}