#noclipping
{
overflow: visible;
}

#floater
{
position:absolute;
z-index:0;
overflow: visible;
}

#highfloater
{
position:absolute;
z-index:1;
left:350px;
top:430px;
}

#boxfloater
{
position:absolute;
z-index:1;
left:237px;
top:151px;
}

body {
    text-decoration: none; 
    color: black;
    font-family: times;
	font-weight : regular;
	font-size: 14;
}

table {
    text-decoration: none; 
    color: black;
    font-family: times;
	font-weight : regular;
	font-size: 14;
}

.bg {
	background-image: url(gfx2/BG-Stars.gif);
	background-repeat: repeat;
	background-position: center center;
	background-attachment: fixed;
}

a, a:link, a:active 
{ 
	text-decoration: none; 
    color: black;
	font-family: times;
	font-weight : regular;
	font-size: 14;
}  

a:hover 
{ 
	text-decoration: none; 
	color: #000000; 
	font-family: times;
	font-weight : regular;
	font-size: 14;
} 

a:visited
{ 
	text-decoration: none; 
	color: #black; 
	font-family: times;
	font-weight : regular;
	font-size: 14;
}

