
body {
	background-color: #c40009;
	background-image: url('/static/back.png');
	background-repeat: repeat-x;
}

div#body h1
{
	color: #c40009;
}


div.box h2
{
	color: #c40009;
}


div#body h2
{
	background: #c40009;
	border: 1px solid #870008;
}

div#body h2 a
{
	color: #000000;
}

div#head
{
	text-align: center;
}

