a { color:#5D5D9E; } 
a:visited { color:#5D5D9E; } 
a:active { color:#5C615E; } 
a:hover { color:#B2B3B4; } 
html, body { min-height: 100% } 
body{
  background-color:#111;                 /* eller #FFF om du vill */
  background-image: url(rc_images/kakelcenter_full.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;              /* ingen crop */
  margin:0;
  padding:0;
  min-height:100vh;
}
