	@import url(https://fonts.googleapis.com/css?family=Signika+Negative:600);
	
	body {
		font: 12px/125% 'Signika Negative', Arial, Helvetica, sans-serif;
	}
	#thecenter {
		width: 200px;
		margin: 5em auto;
	}
	#portal {
		height: 200px;
		background-image: url(/resources/images/raromachine_barrel.jpg);
		position: relative;
		overflow: hidden;
	}
	h1 {
		position: absolute;
		display: block;
		height: 1.2em;		
		margin: 0;
		bottom: -.7em;
		text-align: center;		
		width: 100%;
		padding: 0;
		color: #FFF;
		font-size: 2.4em;
		font-weight: bold;
		text-shadow:
			0px -1px 2px #AAA;
	}
	h2, p {
		margin: 0 0 .5em 0;
		font-size: 1em;
	}	
	h2 {
		font-size: 1.4em;
	}
	#thetext {
		padding: 5px;
		border: 1px solid #000000;		
		margin-top: .5em;		
	}
