/* CSS Document */
body
{
	text-align: center;
}

div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 10em;
	text-align: left;
}
