/*===== IGGY ZUK CSS =====*/
* {
	margin:0;
	padding:0;
}
ul, ol, li {
	list-style:none;
}
body{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000000;
	text-align:left;
	background:#000000 url("img/bg.gif");
	margin-top:3px;
}
a {
	color:#265A82;
	font-weight:normal;
}
img {
	border:0;
	outline:0;
}
#content {
	width:900px;
	margin:0 auto;
	background:#FFFFFF;
	padding:5px;
}
#logo {
	display:block;
	width:900px;
	height:100px;
	background: url("img/banner.gif") no-repeat;
}
.hidetext {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
.textContent {
	margin:4px 0 0 0;
	padding:2px;
	background:#FFF;
}

.linebreak {
	clear:both;
	display:block;
	width:100%;
	height:1px;
	font-size:0;
	border-bottom:1px solid #CCC;
	margin:4px 0 4px 0;
}
.link {
	color:#265A82;
	text-decoration:underline;
}

#gameIconContaner {
	display:block;
	height:97px;
	margin:0 auto;
	padding:3px 0 3px 3px;
}
.gameIcon {
	display:block;
	float:left;
	width:97px;
	height:97px;
	background:#000;
	margin:0 2px 0 0;
}
.gameIcon img{
	width:97px;
	height:97px;
}

.gameIcon .desc {
	display:block;
	position:relative;
	top:-20px;
	width:auto;
	height:17px;
	overflow:hidden;
	background:url("img/alphapixel.png");
}

.gameIcon .desc p {
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	padding:1px 0 0 3px;
}

.artBox {
	text-align:center;
}

.foot {
	font-size:11px;
	color:#999;
	text-align:center;
}


