body {

	text-align: center;
	margin: 0;
	background: black;
}

#content {

	width: 940px;
	height: 650px;
}

#overlay {

	background-color: rgba(0, 0, 0, 0.5);
	color: black;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 11pt;
	position: absolute;
	width: 940px;
	height: 650px;
	z-index: -10;
	top: 0px;
	display: none;
}

#title {
	
	float: left;
	text-align: left;
	width: 410px; 
	padding: 10px 0 0 20px;
	font-family: Impact, /*iOS*/"AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", /*MacOSX*/HelveticaNeue-CondensedBold, /*Ubuntu*/ "Ubuntu Condensed", "Liberation Sans Narrow",  /*Windows*/"Franklin Gothic Demi Cond", "Arial Narrow", /*Android*/sans-serif-condensed, /*Fallback*/Arial, "Trebuchet MS", "Lucida Grande", sans-serif;
	font-stretch: condensed;
	font-size: 16pt;
}

.papersmall {

	position: absolute;
	padding: 20px;
	background-image: url("../images/bg-paper.png");
	top: 180px;
	left: 214px;
	width: 528px;
	height: 260px;
	display: block;
}

.papermedium {

	position: absolute;
	padding: 20px;
	background-image: url("../images/bg-paper-medium.png");
	top: 160px;
	left: 214px;
	width: 528px;
	height: 300px;
	display: block;
}

.paperlarge {

	position: absolute;
	padding: 20px;
	background-image: url("../images/bg-paper-larger.png");
	top: 120px;
	left: 214px;
	width: 528px;
	height: 392px;
	display: block;
}

#alt-content {

	position: absolute;
	overflow: hidden; 
	height: 1px;
	width: 1px;
	font-size: 1px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

a:link {color: black; text-decoration: none; font-weight: bold;}
a:visited {color: black; text-decoration: none; font-weight: bold;}
a:hover {color: black; text-decoration: underline; font-weight: bold;}
a:active {color: black; text-decoration: none; font-weight: bold;}

.preload {
	
	position: absolute;
	overflow: hidden;
	left: -9999px; 
	top: -9999px;
	height: 1px;
	width: 1px;
}

*:focus {
	
    /*outline: 0;*/
}