body {
	background: url(images/wallpaper.jpg);
	font-family: Verdana;
	color: #94C9D9;
	}
a:link {
  color: #FFFFFF;
  text-decoration: none;
}
div.container {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	display: table;
}
div.centered {
    display: table-cell;
    vertical-align: middle;
}
.content {
	visibility: hidden;
	}

a:hover{
  color: #FFFFFF;
  text-decoration: underline;
}

.maintext{
  color: #FFFFFF;
  text-decoration: none;
  font-family: copy08_55;
  font-size: 8px;
}

.bold{
  color: #FFFFFF;
  text-decoration: none;
  font-family: copy 08_65;
  font-size: 8px;
}

H1{
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

#wrapper {
	background-color: #5A3D1B;
	width: 500px;
	margin: auto;
	padding: 20px;
}
#instructions {
	font-size: 11px;
	width: 300px;
}
