body {
	background-color:#FFF;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;	
	}
.box1 {
	position:relative;
	margin:0 auto;
	top:5%;
	}
.copyright {
	position:fixed;
	bottom:5px;
	right:0px;
	left:0px;
	width:100%;
	text-align:center;
	font-size:10px;
	color:#333;
	}
embed {
	width:100%;
	height:100%;
	}