/* CSS Document */

/* External Style Sheet for sameroomrecords */

html, body {
	margin: 20;
	padding: 0;
	font-family: Andale Mono, Helvetica, sans-serif ;
	font-size: 100.01%;
	font-color: #000000; 
	/* I moved much of the font information here, removing it from other spots */
	background: #fff url();
}


#wrapper { /* replaced the centering table */
	margin: 0 auto;
	width: 700px;
	padding-bottom: 1em;
}
td.credits {
	font-family: Andale Mono, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #808080;
	font-weight: 400; 
	text-align: center;
	}
	
