BODY {
  background-repeat: no-repeat;            /* 背景を繰り返さない */
  background-position: right bottom;        /* 背景画像の位置は右下 */
  background-attachment:fixed;             /* 背景画像を固定する */ 
  background-size:30% auto; 
}
a:hover {
   position: relative;
   top: 1px;
   left: 1px;
} 

