body {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 10px;	
	color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat; 
	background-color: #000000;
	background-position: 8px 38px;
	background-attachment: fixed;
	}

#content {
	position: absolute;
	left: 50px;	
	top: 85px;
	width: 885px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bolder;
	color: #e1e1dd;
	z-index: 0;
	}

#table-content {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bolder;
	color: #e1e1dd;
	z-index: 0;
	}

#content a:link {color: #FFFFFF; text-decoration: underline;}
#content a:visited {color: #CC9900;}
#content a:hover {color: red; text-decoration: overline;}

#table-content a:link {color: #FFFFFF; text-decoration: underline;}
#table-content a:visited {color: #CC9900;}
#table-content a:hover {color: red; text-decoration: overline;}
