
html > body
{
	text-align: center;
	font-family: Verdana;
	font-size: 10pt;
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
	background-color: #800000;
	width: 100%;
	height: 100%;
}

h2, h3, h4, h5, em
{
	color : #800000;
}

h4
{
	margin:0px;
}

p
{
	margin-top:0px;
}

.background
{
	background-color: #800000;
}

.highlight
{
	color:  #800000;	
}

	#body
	{
		display: table-cell; 
		width: 760px;
		height: 100%;
		padding:0; 
		margin:0;
		text-align: center; 
	}

	#content
	{
		width: 740px;
		height: 100%;
		background-color: #fff;
		color: #000;
		padding-left: 10px;
		padding-right: 10px;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	#content ul li a
	{
		color: #000;
		text-decoration: none;
	}

