* {
	margin: 0;
	padding: 0;
	border: 0 none;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	text-align: center;
	color: #afafaf;
	background: #000000 url('http://guzari.com/images/bg.gif') repeat;
}

#main {
	width: 600px;
	height: 300px;
	padding-top: 80px;
	margin: 20px auto 0;
	background: transparent url('http://guzari.com/images/guzari_logo.png') no-repeat top center;
}

p#clock {
	font-size: 48px;
	color: #FFC332;
}

table.user_table b.user {
	color: #ffb400;
	padding-left: 18px;
	margin-left: 20px;
	padding-left: 18px;
	background: transparent url('images/user_icon.png') no-repeat left; 
}

table.user_table b.user:hover {
	color: #ffffff;
	text-decoration: underline;
}

table.user_table b.vip {
	background: transparent url('images/vip_icon.png') no-repeat left; 
}

table.user_table{
	width: 285px;
	line-height: 14px;
	float: left;
	margin: 5px;
}

table.user_table tr{
	width: 285px;
	height: 18px;
}

table.user_table img {
	width: 16px;
	height: 16px;
	float: left;
	padding: 2px;
}

table.user_table tr.alt td {
	background-color: #222222;
}

table.user_table tr.me td {
	background-color: #666666;
}

table.rank_table {
	width: 590px;
	margin-top: 15px;
}

table.rank_table tr {
	width: 590px;
}

table.rank_table a {
	float: left;
	padding: 1px 0;
}

table.user_table a b, table.rank_table a b {
	padding: 3px;
}
