body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-position: top;
}
#bg {
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
body,table,td,tr {
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.hands {
	background-image: url(images/bg_hand.gif);
	background-position:top;
	background-repeat: no-repeat;
	background-color: #2c92bd;
}
.bluebg {
	background-image: url(images/bg_blue.gif);
}
a {
	color: #92cfe9;
	text-decoration: none;
	font-weight: 800;
}
a.hover {
	color: #d2f0fc;
}