
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
		font: 100.01%/1.4 sans-serif;
		background-color: #624839;
		color: #630;
		text-align: center; /* horizontal centering for IE Win quirks */
		}

	#spacer { 
		width: 1px;
		height: 50%;
		margin-bottom: -5em; /* half of container's height */
		background-color: #624839;
		}

	#container {
		position: relative; /* puts container in front of distance */		
		margin: 0 auto;
		height: 10em;
		width: 36em;
		background-color: #624839;
		border: 1px solid #baa;
		border-top-color: #fff;
		border-left-color: #fff;		
		text-align: center;
		}

	#container p {
		margin: 1.5em;
		color: white;
		}
