#art-main
{
  margin: 0 auto;
  font-size: 14px;
  font-family: 'Century Gothic', sans-serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  width: 100%;
  min-height: 100vh;
  left: 0;
  top: 0;
  cursor: default;
  background: #545454;
  background: linear-gradient(top, #080808 0, #808080 836px, #9E9E9E 1050px) no-repeat;
  background: -webkit-linear-gradient(top, #080808 0, #808080 836px, #9E9E9E 1050px) no-repeat;
  background: -moz-linear-gradient(top, #080808 0, #808080 836px, #9E9E9E 1050px) no-repeat;
  background: -o-linear-gradient(top, #080808 0, #808080 836px, #9E9E9E 1050px) no-repeat;
  background: -ms-linear-gradient(top, #080808 0, #808080 836px, #9E9E9E 1050px) no-repeat;
  background: linear-gradient(top, #080808 0, #808080 836px, #9E9E9E 1050px) no-repeat;
  -svg-background: linear-gradient(top, #080808 0, #808080 836px, #9E9E9E 1050px) no-repeat;
  background-attachment: fixed !important;
}


