body {
	background-attachment: scroll;
	background-image: url(images/inthecards.gif);
	background-repeat: no-repeat;
	background-color: #666666;
}

hr {
	display: block; /* set display:block so IEWin applies the correct margins */
	color: #000000;
	background-color: #000000;
	border: none;
	height: 1px;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #000000;
	font-weight: bolder;
}

a:hover {
	color: #CC0000;
}

#invisible {
	font-size: 1px;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 1px;
	height: 1px;
	color: #666666;
	visibility: hidden;
}

#rules {
	width: 268px;
	height: 415px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	position: absolute;
	top: 30px;
	left: 345px;
}

#joker {
	width: 190px;
	height: 417px;
	font-family: Georgia, Times, Helvetica, serif;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	position: absolute;
	top: 30px;
	left: 419px;
}

#header {
	text-align: center;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bolder;
	line-height: 18px;
}

#centered {
	text-align: center;
}