html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



html, body {
	height:100%;
	font-family:Helvetica, Arial, sans-serif;
	background:#212121;
}
body{
	background:transparent url(/assets/images/logo_bg.jpg) repeat-x scroll center top;
}
h1{
	width:731px;
	height:70px;
	text-indent:-5000px;
	display:block;
	overflow:none;
	padding-left:160px;
}
#container{
	height:auto;
	min-height:100%;
	width:1012px;
	margin:0 auto;
}
#main, .ad{
	float:left;
	padding:5px;
}
#main{
	padding-bottom:180px;
	text-align:center;
	background:#111;
}
#gamearea{
	width:660px;
	height:500px;
}
#thumbs li a{
	float:left;
	padding:10px;
	display:inline;
	height:140px;
	text-decoration:none;
	overflow:hidden;
	color:#fff;
	position:relative;
	margin:10px 5px;
	display:inline;
	background:url(/assets/images/black_20percent.png);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 4px #452107 inset;
	-webkit-box-shadow:0 0 4px #452107 inset;
}
#thumbs .main, #thumbs .info{
	float:left;
}
#thumbs a:hover{
	background:url(/assets/images/black_grad.png);
}
#thumbs img{
	cursor:pointer;
	border:2px solid #fff;
	margin:2px;
}
#thumbs .info{
	width:125px;
	font-size:12px;
	position:absolute;
	left:132px;
	line-height:16px;
	text-shadow:0px 1px 1px #000000;
}
#thumbs h3{
	font-size:12px;
	width:90px;
	padding:0 5px;
	line-height:15px;
	text-shadow:#000 1px 1px 1px;
}
#footer{
	position:absolute;
	margin-top:-190px;
	width:100%;
	background:url(/assets/images/wood_bg.jpg);
	padding-top:14px;
	height:190px;
	overflow:hidden;
}
.clear{
	clear:both;
	float:none;
}


/*TOOL TIPS*/
#tooltip{
	position:absolute;
	background:#444;
	padding:10px 10px;
	color:#eee;
	display:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width:250px;
	font-size:12px;
}