@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#menu {
	position:relative;
	width:100%;
	height:29px;
	background-image:url(images/bkg-menu.png);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-top:580px;
	text-align:center;
}

#menu2 {
	position:relative;
	width:100%;
	height:29px;
	background-image:url(images/bkg-menu.png);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:center;
}
a IMG {
	border:0;
}

#global {
	position:absolute;
	width:974px;
	height:580px;
	top:0%;
	left:50%;
	margin-left:-487px;
}

a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}
