@charset "UTF-8";
/* CSS Document */

body
{
	font-family: Arial, Helvetica, sans-serif;
	/*background-image: url(../img/bkgs/bkg.jpg);
	background-repeat: repeat;*/
	background-color: #000;
	color: #FFF;
}

a:link {text-decoration: underline; color: #FFF;}
a:visited {text-decoration: underline; color: #FFF;}
a:hover {text-decoration: underline; color: #F00;}
a:active {text-decoration: none; color: #0FF;}

h1 {font-size:14px; font-weight: bold;}
p  {font-size:12px; font-weight: lighter;}
p2 {font-size:10px; font-weight: lighter;}
p3 {font-size:8px; font-weight: lighter;}

.grey {color: #999; font-weight: 100;}

#container
{
	z-index: 2;
	position:absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 600px; 
	margin-left: -400px;
	margin-top: -320px;
	text-align: center;
}

#alt
{
	width: 800px;
	height: auto;
	text-align: center;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

#img
{
	width: 282px;
	height: 152px;
	margin: auto;
	background-image: url(../img/icons/logo.png);
	background-repeat: no-repeat;	
}

#footer
{
	z-index: 1;
	position:absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 13px;
	margin-left: -590px;
	margin-top: 288px;
	background-image: none;
	background-repeat: no-repeat;
	text-align: center;
}

#links
{
	position: absolute;
	text-align: center;
	margin-left: 410px;
}
	
	.nx2Macau
		{
  			display: inline;
  			width: 86px;
  			height: 12px;
			margin-left: 10px;
 			background: url("../img/btns/nx2macau-3.png") no-repeat 0 0;
  			float: right;
		}
		.nx2Macau:hover{background-position: 0 -12px;}
		.nx2Macau:active{background-position: 0 -24px;}
		.nx2Macau span{display: none;}
	
	.terms
		{
  			display: inline;
  			width: 53px;
  			height: 12px;
 			background: url("../img/btns/terms-3.png") no-repeat 0 0;
  			float: right;
		}
		.terms:hover{background-position: 0 -12px;}
		.terms:active{background-position: 0 -24px;}
		.terms span{display: none;}
		
	.downloads
		{
  			display: inline;
  			width: 66px;
  			height: 12px;
			margin-left: 10px;
			margin-right: 10px;
 			background: url("../img/btns/downloads-3.png") no-repeat 0 0;
  			float: right;
		}
		.downloads:hover{background-position: 0 -12px;}
		.downloads:active{background-position: 0 -24px;}
		.downloads span{display: none;}

	.links
		{
  			display: inline;
  			width: 47px;
  			height: 12px;
 			background: url("../img/btns/links-3.png") no-repeat 0 0;
  			float: right;
		}
		.links:hover{background-position: 0 -12px;}
		.links:active{background-position: 0 -24px;}
		.links span{display: none;}
	 
	.nx2Roulette
		{
  			display: inline;
  			width: 86px;
  			height: 12px;
			margin-right: 10px;
 			background: url("../img/btns/nx2roulette-3.png") no-repeat 0 0;
  			float: right;
		}
		.nx2Roulette:hover{background-position: 0 -12px;}
		.nx2Roulette:active{background-position: 0 -24px;}
		.nx2Roulette span{display: none;}



#mimic
{
	position: absolute;
	width: 100px;
	height: 90px;
	margin-left: -3000px;
}

#link
{
	position: absolute;
	width: 100px;
	height: 30px;
	margin-left: -3000px;
}
