body
{
	text-align: center;
	margin: 0 auto;
}
#box
{
	width: 80%;
	background: #FFF;
  	border: solid #baa496 10px;
	text-align: center;
	position: absolute;
	left: 10%;
	top: 10%;
	z-index: 20;
	display: none;
}

#box2
{
	width: 75%;
	background: #FFF;
  	border: solid #baa496 10px;
	text-align: center;
	position: absolute;
	left: 10%;
	top: 10%;
	z-index: 20;
	display: none;
}

#box3
{
	width: 75%;
	background: #FFF;
  	border: solid #baa496 10px;
	text-align: center;
	position: absolute;
	left: 10%;
	top: 10%;
	z-index: 20;
	display: none;
}


#screen
{
	position: fixed;
	left: 0;
	top: 0;
	background: #000;
}