@charset "utf-8";


body{
	margin:0;
	padding:0;
	-webkit-text-size-adjust: 100%;
	text-align:center;
	background-color:#fff;
	background:url(./bg1.jpg) no-repeat center center fixed;
	 -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: scroll !important;
}

#mainDisp{
	border:1px solid #ddd;
	margin:10px auto 10px auto;
	/*width:600px;
	height:800px;
	background:url(./bg2.jpg) no-repeat center top;*/
}
#defaultBtn,#fotateFlagBtn{
	width:200px;
	height:50px;
	font-size:20px;
	margin:0 0 10px 0 ;
}

#info{
	font-size:small;
}
