body
{
	
	background-color: Black;
	font-size:12pt;
}

A
{
	color: Black;
}

.header
{
	width: 100%;
}

.contentContainer
{
	background-color: #000000;
	width:800px;
	height:575px;
	background-image: url(images/background.gif);
}


.content
{
	overflow: auto;
	width: 710px;
	height: 530px;
	scrollbar-track-color:#3987a4;
	scrollbar-face-color: #b4dce9;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	font-size:12pt;
	position: relative;
	left: 0px;
		
}

