@charset "utf-8";
/* CSS Document */

/* background */
body {
	background: linear-gradient(10deg, #cbf3ff 60%, #ffffff 60%);
	margin:0;
	font-family:"zrnic Rg";
	font-weight:100;
	font-size:13px;
	
}
h1{
	font-family: "zrnic Rg"; 
    font-size:19px; 
	margin:20px 40px 10px 0; 
	color:#e34942;
	font-weight: 100;
}
h2{
	font-family: "zrnic Rg"; 
    font-size:18px; 
	margin:20px 40px 10px 0; 
	color:#f6c13d;
	font-weight: 100;
}
hr{
	height:0; border:none; 
	border-bottom:1px solid rgba(255,255,255,0.13);    border-top:1px solid rgba(0,0,0,1); 
	margin:9px 10px 9px 0; clear:both;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #6e396a;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
/* background END */

#gone {
	width:800px;
	height:821px;
	background-image:url(images/gone.png);
	background-repeat:no-repeat;
	margin:20px auto auto auto;
	}

.click {
        width:43px;
	    height:492px;
        position: absolute;
        display: inline-block;
        margin:-630px auto auto 10px;
 
    }
    .click .img-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .click:hover .img-top {
        display: inline;
    }