@charset "UTF-8";
html{
 height: 100%;
}
body {
	background: #ffffff;
	margin: 0;
	padding: 0;
 position: relative;
 height: 100%;
}

#main{
 text-align: center;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
}