	body {
		font: 10px/110% Arial, Helvetica, sans-serif;
		text-align: center; /* ie5 */
	}
	#thecenter {
		width: 200px;
		margin: 60px auto;
	}
	h1 {
		position: relative;	
		height: 200px;
		background-image: url(/resources/images/raromachine_barrel.jpg);
		color: white;
		font-size: 1.4em;
		font-weight: bold;		
	}
	h1 span {
		display: block;
		height: 1.2em;		
		position: absolute;
		bottom: -3px;
		left: 0;
		text-align: center;		
		width: 100%;
	}
	h1 span span {
		margin: 0 auto; 
	}
	h2, p {
		margin: 0 0 0.5em 0;
		font-size: 1em;
	}	
	h2 {
		font-size: 1.4em;
	}
	#thetext {
		padding: 5px;
		border: 1px solid #000000;		
		margin-top: 5px;		
	}