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

body {
	background-color:#000;
	color:#999;
	font-family:Helvetica, Arial, Verdana;
	font-size:12px;
	margin:0px;
	padding:0px;
}
#theWall {
	background-image:url(/img/hand.jpg);
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	width:100%;
	bottom:5px;
	text-align:center;
}
#theWall div {
	background-color: rgba(20, 20, 20, 0.5);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#7F111111', EndColorStr='#7F111111');
 
	 border-color:#111;
	 border-style:solid;
	 border-width:1px;
	 color:#999;
	 display:inline-block;
	 margin:10px;
	 padding:5px;
	 margin-bottom:180px;
	 text-align:center;
	 width:150px;
}
#theWall a {
	color:#FFF;
	text-decoration:none;
}
#theWall a:hover {
	text-decoration:line-through;
}
.title {
	font-family:Helvetica, Arial, Verdana;
	font-size:25px;
	color:#666;
}
