@import url('reset.css');



body {
	background-color:black;
}

.show {
	display:block;
}

.hide {
	display:none;
}




.wrapper {
	width:1000px;
	height:700px;
	background-color: gainsboro;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	position:relative;
}

.subtitletextbox {
	width:400px;
	height:20px;
	color:white;
	position:absolute;
	top:460px;
	left:340px;
	font-size:1.2em;
	font-weight:bold;
}

.textboxleft {
	width:400px;
	height:500px;
	position:absolute;
	top:20px;
	left:17px;
	text-align:right;
	font-size:1.1em;
}



.textboxright {
	width:390px;
	height:500px;
	position:absolute;
	top:20px;
	left:570px;
	font-size:1.1em;}