@charset "utf-8";

html {margin:0; padding:0;
		background: linear-gradient(to bottom, #cde5f0, white);

  width: 100%;
  height: 100%;

}
body {
	margin:0; 
	padding:0; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:16px; 
	color:#333333; 
	/* background-color:#FFFFFF;  */
	text-align:center;
  width: 100%;
  height: 100%;

}

a{text-decoration:none }
a:hover{ text-decoration:none }


.startBtn{
	position: absolute;
	width: 100%;
	top: 10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  z-index: 3;
}

.startBtn img,.siraseImage img{
	width: 90%;
	height: auto;
}

.siraseImage{
	position: absolute;
	width: 100%;
	bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}