/* CSS Document */
body{
background-image:url(images/bgsq.gif);
background-color:#000000;
font-family:Arial, Helvetica, sans-serif;
color: #ffffff;
font-size:12px;
}
.top_table{
table-layout:auto;
}

A:link {text-decoration: underline; color: #ffffff;}
A:visited {text-decoration: underline; color: #ffffff;}
A:active {text-decoration: underline; color: #ffffff;}
A:hover {text-decoration: underline; color: #CC9900;}

#footer {
	position: absolute;
	bottom: 5px;
	text-align: left;
	left: 7px;

}
#digiworld {
	position: absolute;
	top: 5px;
	text-align: left;
	right: 7px;

}
#footer_right {
	position: absolute;
	bottom: 52px;
	text-align: right;
	right: 0px;

}
