@charset "UTF-8";
/* CSS Document */
/* ====================================================================== THE "PAGE BACKGROUND" TREATMENT */
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #17242B url(../gui/gradient2.jpg) repeat-x fixed top;
}

/*FOR INTENET EXPLORER*/
table {
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 918px;
}

html>body table {
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 900px;
}

/* ========================================================================== THE "FOOTER NAVIGATION" */
#footer_nav {
	vertical-align: top;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	text-align: center;
}
#footer_nav a:link, #footer_nav a:visited {
	color:#CCC;
	text-decoration:none;
}
#footer_nav a:hover{
	color:#FFF;
	text-decoration:underline;
}

/* ============================================================================= THE "COPYRIGHT" TEXT */
#copyright {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
	margin: 10px;
}

/* ========================================================= THE TECHNICAL "CREDITS" AND CONTACT INFO */
#credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: center;
	padding-top: 5px;
}
#credits a:link, #credits a:visited {
	color:#666;
	text-decoration:none;
}
#credits a:hover{
	color:#FFF;
	text-decoration:underline;
}
