document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <style type="text/css">
  2.  
  3. body {
  4.     margin: 0;
  5.     border: 0;
  6.     background-color: #ffffff;
  7. }
  8.  
  9. #sld-full {
  10.     background-size: auto 100%;
  11.     top: 0;
  12.     left: 0;
  13.     bottom: 0;
  14.     z-index: -1;
  15.     width: 100%;
  16.     position: fixed;
  17.     background-position: 34% 0;
  18.     border: 0px;
  19.     color: #FFFFFF;
  20.     background-repeat: no-repeat;
  21. }
  22.    
  23. #sld-bglink {
  24.     display:block;
  25.     height:100%;
  26.     width:100%;
  27.     position:fixed;
  28.     left:0;
  29.     top:0;
  30.     z-index:0;
  31.     text-indent:-5000em;
  32.     /* To make only a part of background clickable,
  33.     adjust height/width/left/top here. */
  34. }
  35.  
  36. #page {
  37.     position:relative;
  38.     z-index:10;
  39. }
  40.  
  41. </style>
  42.        
  43. </head>
');