@charset "utf-8";
/* CSS Document */

#container {
	width: 500px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center;
}

a {margin: 30px;
	text-decoration: none;}
