@charset "utf-8";
/* index */
body{text-align:center;}
#all{
	width:500px;
	height:330px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-190px 0 0 -250px;
	}
#skip{
	height:50px;
	padding:3px;
	clear:both;
}
	#skip a{
		font-size:1.6em;
		font-weight:bold;
		text-decoration:underline;
		}
