@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000;
	color:#999;
	font-family:Helvetica, Arial, Verdana;
	font-size:12px;
	margin:0px;
	padding:0px;
}
#theWall {
	position:absolute;
	width:100%;
	bottom:5px;
}
#tableWall {
	text-align:center;
	width:100%;
}
#myHand {
	background-image:url(/img/hand.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:200px;
}
#thumbs {
	height:180px;
 }
 #thumbs div {
	 background-color:#111;
	 border-color:#333;
	 border-style:solid;
	 border-width:1px;
	 color:#999;
	 display:inline-block;
	 margin:10px;
	 padding:5px;
	 text-align:center;
	 width:150px;
}
#thumbs a {
	color:#FFF;
	text-decoration:none;
}
#thumbs a:hover {
	text-decoration:line-through;
}
.title {
	font-family:Helvetica, Arial, Verdana;
	font-size:25px;
	color:#666;
}