html,body{
	background-color: black;
	margin:0;
	padding:0;
	height: 100%;
}
.frame{
	position: relative;
	top: 50%;
	height: 7.5em;
}
.middle{
	position: relative;
	top: -100%;
	background-color: white;
	height: 15em;
}
.frame-text{
	position: relative;
	top: 50%;
	height: 0.5em;
}
.middle-text{
	position: relative;
	top: -100%;
	height: 1em;
	text-align: center;
	font-family: arial;
}

