/* ======================== */
/* = Home page stylesheet = */
/* ======================== */

body {
	background: #000;
	color: #fff;
}

/* Main Body*/
#container {
	margin-top: 20px;
}
#content-area {
	color: #000;
}

/* Home Footer */
#footer ul li a {
	color: #000000;
}

