@charset "utf-8";
/* CSS Document */
body{
	width:100%;
	height:100%;
	overflow: hidden;
	margin:auto;
	padding:0px;
	text-align: center;
}


.Landscape{
	height:100%;

}

.Portrait{
	width:100%;
}

.complete{
	display:none;
}