#wrapper, body
{
	background: #000;
	color: #FFF;
}

	#boxes .box
	{
		background: url( ../img/bg_black_1.gif ) bottom left no-repeat;
		border-bottom: 1px solid #FFF;
	}

	#boxes .box-align-right
	{
		background: url( ../img/bg_black_1.gif ) bottom left no-repeat;
	}

	#boxes .box-align-left
	{
		background: url( ../img/bg_black.gif ) bottom right no-repeat;
	}

#boxes p, #boxes h2, #pagemenu a
{
	color: #FFF;
}

#pagemenu li
{
	border-bottom: 1px solid #FFF;
	padding-left: 5px;
	line-height: 2.4em;
}