html, body {
	/* background: #C3C1BF; */
	background: #FFF;
	color: #666;
    margin: 0;
    padding: 0;	
}

a {
	color: #333;
}

#flashDiv {
    margin: 0;
    padding: 0;	
}

.altContent #container {
	width: 352px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.altContent #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
