* {
	margin:0;
	padding:0;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;		
}

html, body {
	height:100%;
}

body {
	text-align:center; /* horizontal centering for IE Win quirks */
	background-color: #a59b88;
}


#spacer { 
	width:1px;
	height:50%;
	margin-bottom:-370px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; 		/* puts container in front of distance */	
	
	width: 1100px;
	height: 720px;

	clear: left;
	
	background-image: url('../images/bgv2.jpg');
	
	text-align: center; /* horizontal centering for IE Win quirks */
}

#content {
	position: relative;
	top: 64px;
	left: -2px;

	width: 920px;
	margin: 0 auto;
	
	text-align: left;
}

#credits {
	margin-top: 5px;
	color: #95856D;
	text-align: right;
	font-weight: bold;
}