body, table, tr, td {
	font: 8pt tahoma; 
	color: #FFFFFF;
	letter-spacing: 1px}
body {
	cursor: crosshair;
        background-image: url(images/background.gif);
        background-position: top center;
        background-repeat: repeat-y;
        background-color: black;
        overflow-x: hidden;
        bottom-padding: 2px;
}
a:link, a:active, a:visited {
	font-weight: bold;
        border-bottom: 1px dotted;
        text-decoration: none;
	color: #FFFFFF}
a:hover {color: #87D3FF;
        border-bottom: none;
        text-decoration: none;}
input, textarea, option, select {
	background-color: #0096E8;
	font: 8pt arial;
	color: #FFFFFF;
	letter-spacing: 1px;
	border: 1px solid #FFFFFF;
	padding:2px; }
#banner {
	position: absolute;
        top: 0px;
        left: 50%;
        width: 500px;
        height: 415px;
        margin-left: -250px;
        z-index: 1;
	}
#links {
       position: absolute;
        top: 376px;
        left: 50%;
        width: 462px;
        height: 21px;
        margin-left: -231px;
        font-size: 10pt;
        text-align: center;
        letter-spacing: 2px;
        z-index: 2;}
#content {
	position: absolute;
        top: 403px;
        left: 50%;
        width: 454px;
        margin-left: -227px;
        z-index: 2;
	}

#footer {
	position: absolute;
        top: 100%;
        left: 50%;
        width: 500px;
        height: 27px;
        margin-left: -250px;
        margin-bottom: 10px;
        z-index: 2;}