@charset "UTF-8";

/* CSS Document */
body { margin-right: auto; margin-left: auto; width: 800px; background-color: #0967AD; font-size: 10px; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #FFF; 	}
#container {
	width: 800px;
	margin-right: auto;
	margin-bottom: auto;
	text-align: center;
	}
#footer { text-align: center; line-height: 1.8em; }
a { color: #FC0; }
