@charset "UTF-8";
/* CSS Document */

html{
	min-height:100%;
 	height:auto;
	overflow:hidden;
}

body{
	height:100%;
	margin:0px;
	padding:0px;
		
	font-family:Helvetica, Arial, Geneva, Verdana;
	line-height:16px;	
	font-size:12px;
	color:#000000;
}

img{
	border:none;
}

.michinka{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-525px;
	margin-left:-840px;
}
