       body{
           	background-color: #dd9365   ;
				background-image: url("../asset/bg/page-paper.png");
				background-repeat: no-repeat;
  				background-attachment: fixed;
  				background-size: 100% 120%;
				height: 900px;
        }
        .welcomeImg{
            width            : 575px    ;
            height           : 575px    ;
            margin: auto;
            padding-right    : 25px     ;
				
        }
        .welcomeTxt{
            margin: auto;
            text-align       : center   ;
            color            : #cc5a46  ;
            font-family: "Courier", monospace;
            
            padding-right    : 25px     ;
        }
        .container{
            display          : block    ;
            width            : 600px    ;
            height           : 650px    ;
            position         : relative ;
            margin           : auto     ;
            background-color : #fff3e2  ;
				background-image: url("../asset/bg/body-paper.png");
				background-repeat: no-repeat;
  				background-attachment: fixed;
  				background-size: 100% 100%;
           
            box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(20, 5, 3, 0.12) 0px -12px 30px, rgba(20, 5, 3, 0.12) 0px 4px 6px, rgba(20, 5, 3, 0.17) 0px 12px 13px, rgba(20, 5, 3, 0.09) 0px -3px 5px;
        }
        .link-spanner{
            position         : absolute ; 
            width            : 100%     ;
            height           : 100%     ;
            top              : 0        ;
            left             : 0        ;
            z-index          : 1        ;
        }

			.unused{
				filter: drop-shadow(0 6mm 4mm rgb(40, 25, 70));
			}      