body {
	background-color:	#000000;
	color:				inherit;
}

div {
	background-color:	inherit;
	color:				inherit;

	margin-top:			15px;

	text-align:			center;
}

div {
	background-color:	inherit;
	color:				inherit;
	
	margin:				0px;
	padding:			0px;

	text-align:			center;
}

#topspacing {
	background-color:	inherit;
	color:				inherit;

	margin-top:			15px;
}

span.header {
	background-color:	inherit;
	color:				#CCC;
	
	font-size:			36pt;
	font-weight:		bold;
	font-family:		sans-serif;
}

span.content {
	background-color:	inherit;
	color:				#666;
	
	font-size:			48pt;
	font-family:		sans-serif;

	text-align:			center;
}

span.disabled {
	background-color:	inherit;
	color:				#444;
}


a:link,a:visited {
	background-color:	inherit;
	color:				#88a;
}

a:hover,a:active {
	background-color:	inherit;
	color:				#ddf;
}

/* source: http://www.search-this.com/2008/05/15/easy-vertical-centering-with-css/
 * Many thanks to Paul OB for this method! */
#vert-hoz {
    background-color:	#222;
	color:				inherit;
    position:			absolute;
    top:				50%;
    left:				50%;
    margin-left:		-313px; /* half elements width*/
    margin-top:			-75px; /* half elements height*/
	padding:			18px 0px 18px 0px;
    width:				624px;
    height:				150px;
    border:				1px solid #444;
    overflow:			auto;/* allow content to scroll inside element */
    text-align:			left;
}
