body					{
	margin: 0;	
	background-color: #333;

}

#container 				{
	width: 835px;
	height: 1610px;	
	position: relative;
	margin: 0px auto 30px auto;		
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

img					{
	border: none;
}

table					{
	border-collapse: collapse;
}

td					{
	padding: 0;
}

.header					{
	top: 0px;
	width: 835px;
	height: 125px;
	position: absolute;
	text-align: center;
	background: url("/images/online-poker.png") no-repeat top left;
}

.header h1				{
	font-size: 22px;
	color: #FF3;
	vertical-align: top;
	display: inline;
}

.menu					{
	top: 105px;
	width: 675px;
	height: 20px;
	position: absolute;
	margin-left: 180px;
}

.menu ul		 		{
	margin: 0;
	padding: 0;
	text-align: center;
}

.menu	li 				{
	list-style: none;
	display: inline;
	cursor: pointer;
	padding: 0px 5px 0px 5px;
	border-left: 1px dotted #FF6;
}

.menu li a 				{
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
	vertical-align: top;
}

.menu li a:hover			{
	color: #FC6;
}

.description				{
	top: 26px;
	width: 527px;
	color: #FFF;
	font-size: 12px;
	text-align: justify;
	position: absolute;
	margin-left: 216px;
}

.center					{
	top: 128px;
	width: 836px;
	position: absolute;
}

.center td				{
	padding-top: 0px;
	padding-bottom: 0px;
}


.center h2				{
	color: #FC6;
	font-size: 15px;
	display: inline;
	text-decoration: underline;
	cursor: pointer;
}

.center h2:hover			{
	color: #FFF;
}

.center p				{
	color: #FFF;
	font-size: 12px;
	text-align: justify;
	padding: 5px 15px 0px 15px;
}

.center p:hover				{
	color: #CCC;
}

.center tr				{
	background: url("/images/boxcenter.png") repeat-y center left;
}

.top					{
	padding: 5px 10px 0px 20px;
	background: url("/images/boxtop.png") no-repeat top left;
}

.subtitle				{
	padding: 5px 15px 0px 15px;
}

.bottom					{
	background: url("/images/boxbottom.png") no-repeat bottom left;
}

.url, .rimage				{
	border-bottom: 1px dashed #666;
}

.url, .bottom				{
	color: #FF9;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	padding: 0px 15px 5px 15px;
}

.url:hover, .bottom:hover		{
	color: #36C;
}

.usa0					{
	width: 134px;
	height: 163px;
	text-align: center;
	background: url("/images/international-players-only.png") no-repeat center left;
	cursor: pointer;
}

.usa1					{
	width: 134px;
	height: 163px;
	text-align: center;
	background: url("/images/usa-poker-friendly.png") no-repeat center left;
	cursor: pointer;
}

.flash					{
	width: 134px;
	height: 163px;
	background: url("/images/boxcenter.png") repeat-y center;
}

.rimage					{
	width: 110px;
	height: 163px;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
}

.spacing				{
	padding-top: 6px;
}

.subscribe				{
	top: 34px;
	width: 81px;
	height: 57px;
	position: absolute;
	margin-left: 752px;
	text-align: center;
}

.footer					{
	top: 1055px;
	width: 840px;
	position: absolute;

	color: #FFF;
}

.footer ul		 		{
	margin: 0;
	height: 55px;
	padding-top: 8px;
	text-align: center;
	background: url("/images/footer.png") no-repeat top left;
}

.footer	li 				{
	list-style: none;
	display: inline;
	cursor: pointer;
	padding: 0px 5px 0px 5px;
	border-left: 1px dotted #FF6;
}

.footer li a 				{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
	vertical-align: top;
}

.footer li a:hover			{
	color: #FC6;
}

.footer span				{
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

.review					{
	top: 970px;
	width: 730px;
	height: 80px;
	color: #FFF;
	font-size: 12px;
	text-align: justify;
	padding: 3px 15px 5px 100px;
	position: absolute;	
	background: url("/images/review.png") no-repeat top left;
}

.pyctable a	{
	color: #FF9;
}

