@charset "UTF-8";

*{
	margin: 0;
	border: 0;
	padding: 0;
}

body{
	background: #e35da2 url(../img/bg-3-6.jpg) no-repeat 50% 0;
	font-family: Helvetica, Verdana, Tahoma, Sans-serif;
}

del       { text-decoration: line-through; }
strong, b { font-weight: bold; }
em, i     { font-style: italic; }
li        { list-style: none; }

button, input[type="submit"], input[type="image"] {
  cursor: pointer;
}

#a11y,
.hidden {
	position: absolute;
	height: 1px;
	width: 1px;
	left: -999em;
}

#choose-game:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
}

.wrapper{
	width: 990px;
	background: url(../img/36-wrap.png);
	margin: 0 auto;
}

#heading{
	height: 160px;
	padding: 25px 0 0;
	position: relative;
}
	#heading h1{
		position: relative;
		width: 132px; height: 145px;
		font-size: 12px;
		margin-left: 30px;
	}
		#heading h1 a{
			position: relative;
			display: block;
			width: 132px; height: 115px;
			padding: 30px 0 0;
			text-align: center;
			outline: none;
		}
			#heading h1 em{
				display: block;
			}
			#heading h1 span{
				position: absolute;
				top: 0; left: 0;
				width: 100%; height: 100%;
				background: url(../img/36-logo.png) no-repeat 0 0;
			}
	#nav{
		position: absolute;
		right: 18px; top: 75px;
		width: 788px; height: 61px;
		background: url(../img/36-topbar.png) no-repeat 0 0;
	}
		#nav ul{
			padding: 3px 0 0;
		}
			#nav li{
				float: left;
				font-size: 18px;
				color: #FFF;
				background: url(../img/36-nav-spacer.png) no-repeat 0 50%;
				padding: 0 8px 0 10px;
			}
				#nav li a{
					text-decoration: none;
					color: #FFF;
					font-weight: bold;
					float: left;
					line-height: 50px;
					padding: 0 2px;
				}
					#nav li a:hover{
						text-decoration: underline;
					}
				#nav .home{
					background: none;
				}
#content{
	
}
	#content h2{
		color: #d81e05;
		font-size: 34px;
		text-align: right;
		font-weight: normal;
		padding: 0 23px 7px 0;
	}
#choose-game{
	padding: 30px 0 0;
	height: 168px;
	overflow: hidden;
}
	#choose-game ul{
		float: left;
		height: 168px;
	}
	#choose-game li{
		float: left;
		position: relative;
		top: -20px;
		width: 330px; 
	}
		#choose-game li a{
			position: relative;
			float: left;
			width: 330px;
			height: 142px;
			line-height: 190px;
			text-align: center;
			font-size: 25px;
			color: #000;
			outline: none;
		}
			#choose-game li a span{
				position: absolute;
				top: 0; left: 0;
				width: 100%; height: 100%;
				background: url(../img/36-games.png) no-repeat 0 0;
			}
		#choose-game .game-wdroge{
			top: -20px;
		}
			#choose-game .game-wdroge a{
				height: 163px;
			}
				#choose-game .game-wdroge a span{
					background-position: 0 -142px;
				}
		#choose-game .game-wyborstroju{
			top: -25px;

		}
			#choose-game .game-wyborstroju a{
				height: 193px;
			}
				#choose-game .game-wyborstroju a span{
					background-position: 0 -305px;
				}

