@charset "utf-8";
body {
	background-color: white;
	margin: 0px;
}
img {
	margin: 0px;
	border: 0px;
	height: 100%;
	width: auto;
	align: center;
}
.container {
  height: 800px;
  width: 800px;
  position: absolute;   
  margin: -400px 0 0 -400px;
  left: 50%;
  top: 50%;
}
 
.box {
  height: 300px;
  width: 240px;
  position: absolute;
  margin: -150px 0 0 -120px;
  left: 50%;
  top: 50%;
}