body {
	width: 100%;
	margin: 6px auto;
	padding: 0;
	background: #5f052d url("../gfx/bg.gif");
	font: 12px Arial, Verdana, sans-serif;
	color: #fff;
}
hr {
	border: none;
	background-color: #ff0080;
	color: #ff0080;
	height: 1px;
}
#container {
	width: 976px;
	margin: 0 auto;
	background-color: #78003c;
	border: 1px solid #ff0080;
}
#header {
	height: 262px;
	background: #cc0066 url("../gfx/blockbg.gif");
	border: 1px solid #ff0080;
	padding: 10px;
	font-size: 11px;
}
table.contentbox { 
	background-color: #5f052d;
	border: 1px solid #ff0080;
}
#ip_tbl td { padding-bottom: 10px; width: 126px; text-align: center; }
#home_ft_tbl td { padding-bottom: 7px; }
td#gp_cnt_left { background: #5f052d url("../gfx/gp_cnt_left.gif"); }
td.cnt_middle { background: #5f052d url("../gfx/gp_cnt_middle.gif"); }
td#gp_cnt_right { background: #5f052d url("../gfx/gp_cnt_right.gif"); }
ul.list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.list li {
	background-image: url("../gfx/btn.gif");
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding: 1px 0 0 .8em;
}
.box {
	background-color: #5f052d;
	border: 1px solid #ff0080;
	padding: 10px;
}
.block { background: #cc0066 url("../gfx/blockbg.gif"); }
.ftgame {
	float: left;
	width: 142px;
}
.ftgame a:link, .ftgame a:visited, .ftgame a:hover { text-decoration: none; }
img.imgborder { border: 1px solid #ff0080; }
/* text & hyperlinks */
p { margin: 10px 0; }
h1 {
	font-size: 13px;
	font-weight: bold;
}
a:link { color: #FFFFFF }
a:visited { color: #FFFFFF }
a:hover { text-decoration: none; }
a.reverse:link { text-decoration: none; }
a.reverse:visited { text-decoration: none; }
a.reverse:hover { text-decoration: underline; }
a.reverse2:link { text-decoration: none; }
a.reverse2:visited { text-decoration: none; }
a.reverse2:hover { text-decoration: none; }
/* forms */
form { margin: 0px; }
.btn {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
}
.forminput { font: 11px "Lucida Sans Unicode", Arial, Helvetica, sans-serif; }
object { display:block; } /* removes useless space below swf files in FF3 */
/* rating */
#ratingbox { float: left; margin-left: 10px; }
.unit-rating {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 16px;
	position: relative;
	background: url('../gfx/rating.gif') top left repeat-x;
}
.unit-rating li {
    text-indent: -90000px;
	padding: 0px;
	margin: 0px;
	/*\*/
	float: left;
	/* */
}
.unit-rating li a {
	outline: none;
	display: block;
	width: 16px;
	height: 16px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.unit-rating li a:hover {
	background: url('../gfx/rating.gif') left center;
	z-index: 2;
	left: 0px;
}
.unit-rating a.r1-unit{ left: 0px; }
.unit-rating a.r1-unit:hover{ width: 16px; }
.unit-rating a.r2-unit{ left: 16px; }
.unit-rating a.r2-unit:hover{ width: 32px; }
.unit-rating a.r3-unit{ left: 32px; }
.unit-rating a.r3-unit:hover{ width: 48px; }
.unit-rating a.r4-unit{ left: 48px; }	
.unit-rating a.r4-unit:hover{ width: 64px; }
.unit-rating a.r5-unit{ left: 64px; }
.unit-rating a.r5-unit:hover{ width: 80px; }
.unit-rating li.current-rating {
	background: url('../gfx/rating.gif') left bottom;
	position: absolute;
	height: 16px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
li.stars1 { width: 16px; } /* current rating (highlighted stars) */
li.stars2 { width: 32px; }
li.stars3 { width: 48px; }
li.stars4 { width: 64px; }
li.stars5 { width: 80px; }