body 
{
	scrollbar-face-color: black; 
	scrollbar-shadow-color: #440000; 
	scrollbar-base-color: black; 
	scrollbar-highlight-color: #440000; 
	scrollbar-3dlight-color: black; 
	scrollbar-darkshadow-color: black; 
	scrollbar-track-color: black; 
	scrollbar-arrow-color: #990000;
	background-color: black;
	color: silver;
} 
a:link {color: yellow; text-decoration: underline; }
a:active {color: yellow; text-decoration: underline; }
a:visited {color: yellow; text-decoration: underline; }
a:hover {color: yellow; text-decoration: none; }

div.container
	{
	padding:0px;
	margin:0;
	width:100%;
	}
div.header
	{
	padding:0px;
	margin:0px;
	clear:left;
	position:absolute;
	left:0px;
	top:0px;
	}
div.footer
	{
	padding:0px;
	margin:0px;
	clear:left;
	}
div.left
	{
	padding:0;
	margin:0;
	position:absolute;
	left:0px;
	top:200px;
	float:left;
	}
div.content
	{
	padding:0;
	margin:0;
	position:absolute;
	left:200px;
	top:250px;
	}
