html, body
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
        background: #000000;
	margin: 0px;
	padding: 0px;
	color: #c8c8c8;
	}

#positioner 
	{
	width: 100%;
	height: 100%;
	}

a:link,	a:visited
	{
	color: #FF0000;
	text-decoration: none;
	}


#positioner td#container
	{
	width: 100%;
	text-align: center;
	vertical-align: middle;
	}

p.normal
	{
	height: 100%; 
	margin: 0px; 
	border: 0px; 
	padding: 0px; 
	position: relative; 
	font-size: 140%;
	top: 0px; 
	left: 0px;
	}

p.center
	{
	text-align: center;
	margin: 0px; 
	border: 0px; 
	padding: 0px; 
	}

p.header
	{
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	margin: 0px; 
	border: 0px; 
	padding: 0px; 
	}

table	
	{
	border: 0px #FFFFFF solid;
	width: 750px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	}

table.middle	
	{
	border: 0px #FFFFFF solid;
	height: 100%;
	width: 500px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	}

td.header
	{
	background: #000000;
	width: 100%;
	height: 71px;
	}

td.menu
	{
	background: #000000;
	width: 150px;
	height: 60%;
	}

td.menu2
	{
	background: #000000;	
	width: 150px;
	height: 20%;
	border: 0px;
	}

td.center
	{
	background: #000000;
	width: 77%;	
	height: 80%;
	}
td
	{
	margin: 0px;
	padding: 0px;
	border: 0px #FFFFFF solid;
	}


