@charset "utf-8";
body {
	background-color: #000;
	color: #666;
	font-size: small;
}

/* CSS Document */
#wrapper {
	margin: 0 auto;
	width: 950px;
}
#content {
	width: 100%;
	color: #FFD162;
	text-align: left;
}
