body {
	margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;padding: 0;
}

span {
display:inline-block; vertical-align:middle;
line-height:60px;
height:100%;
}

a{
	text-decoration:inherit;
	color:inherit;
}

.header {
	font-family: 'Coustard', serif;
	color: black;
	background-color: white;
	height: 60px;
	line-height:60px;
}

.headerText {
	font-size: 40px;
	float: left;
	: 0px;padding: 0;
}

.linkButton {
	font-size: 25px;
	float: right;
	padding-left:2px;padding-right:2px;
	height:100%;
	
}

.spacer {
	font-size: 25px;
	float: right;
	height:100%;
}

.linkButton:hover {
	color: white;
	background-color: black;
	
}

.content {
	position:absolute;
	width:100%;
	top:60px;
	bottom:0px;
	color:white;
	background-color: black;
	margin-top: 0px; 
margin-bottom: 0px; 
margin-left: 0px; 
margin-right: 0px;
padding: 0;
}

.tempContent {
	font-family: 'Coustard', serif;
	width:100%;
	text-align: center;
}

.gameBlurb {
	vertical-align:top;
	background-color: #222222;
	padding:10px;
	font-family: 'Coustard', serif;
	width:70%;
	min-width:800px;
	text-align: justify;
	margin:auto;
}



.gbCell {
	vertical-align:top;
	padding:10px;
}
