html {
     overflow: -moz-scrollbars-vertical;
	 height: 100%;
}
body{
	margin: 0px;
	padding: 0px;
	height: 100%;
}
table {
	padding: 0px;
	margin: 0px;
	border:0px;
	font-size:12px;
}
table tr {
	padding: 0px;
	margin: 0px;
	border:0px;
}
table tr td {
	padding: 0px;
	margin: 0px;
	border:0px;
}
table tr td img {
	border:0px;
}
table tr td a {
	font-size: 12px;
}
div#content_container {
	width: 860px;
	margin: 0px auto;
}
div#logo {
	position:absolute;
	top:112px;
	left: 18px;
}
div#logo a{
	display:block;
	width:100px;
	height:65px;
	text-decoration:none;
}
div#jokermenu {
	position:absolute;
	top:243px;
	left: 10px;
}
div#jokermenu a {
	text-transform:uppercase;
	text-decoration:underline;
	background: url(star.gif) no-repeat left;
	padding: 0px 5px 0px 20px;
	font-weight: bold;
	color:#0058ee;
}
div#jokermenu a:hover {
	text-decoration: none;
	color:#aeb5ab;
}
div.content {
	background: url(content_bg.gif) repeat-y;
}
div.winners_small {
	background: url(winners_header_small.gif) no-repeat;
	height:64px;
	width:595px;
}
div.faqheader_small {
	background: url(faq_header_small.gif) no-repeat;
	height:64px;
	width:595px;
}
div.content_footer {
	background: url(content_footer.gif) no-repeat;
	height:8px;
}
div.content_small {
	background: url(content_bg_small.gif) repeat-y;
}
div.index_small {
	background: url(index_header.gif) no-repeat;
	height:64px;
	width:595px;
}
div.content_footer_small {
	background: url(content_footer_small.gif) no-repeat;
	height:8px;
}

/* ---- FAQ ---- */

div.dotted_line_3 {
	background: url(dotted_line.gif) repeat-x;
	height: 1px;
	margin: 3px 0px 6px 0px;
}
div.dotted_line_4 {
	background: url(dotted_line.gif) repeat-x;
	height: 1px;
	margin: 6px 0px 6px 0px;
}
div.terms {
	background: url(terms.gif) no-repeat left center;
	padding: 0px 10px;
	height: 28px;
}
div.terms a {
	color: #333333;
	font-weight: bold;
	display: block;
	height: 14px;
	width: 830px;
	padding: 7px 0px;
}
ul.faq {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.faq li {
	background: url(faq.gif) no-repeat;
	padding: 5px 10px;
	margin-bottom: 5px;
	color: #292929;
}
ul.faq li.double {
	background: url(faq_double.gif) no-repeat;
	padding: 5px 10px;
	margin-bottom: 5px;
	color: #292929;
}
ul.faq li strong {
	cursor: pointer;
}
ul.faq li div {
	padding-top: 8px;
}
p.faq-title {
	background: url(faq_title.gif) no-repeat;
	padding: 5px 10px;
	margin-bottom: 10px;
	color: #ffffff;
	font-weight: bold;
}
