﻿body 
{
	font-family: Tahoma;
	background-color: #000000;
	font-size: 9pt;
    color: #000000;
}
#main
{
	position: absolute;
	left: 50%;
	width: 950px;
	height: 530px;
	top: 50%;
	bottom: 43px;
	margin-left: -475px;
	margin-top: -265px;
	background-color: #000000;
}
a:link
{
    color: #33CCCC;
    text-decoration: none;
}
a:visited
{
    color: #33CCCC;
    text-decoration: none;
}
a:hover
{
    color: #00ffd8;
}