* {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}
html,
body {
	width:100%;
	height:100%;
	min-height:100%;
}
body {
	background:url('../images/bg.png') repeat-x;
}

a{
	color:#f09e36;
	font-weight:bold;
}
a:hover{
	text-decoration:none;
}

#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	padding-top:20px;
		
}
#header {
	height: 100px;
	width: 968px;
	margin:0 auto;
	position:relative;
}
#header h1{ padding:40px 0 0 20px; }
#header h1 a:link,#header h1 a:visited,#header h1 a:hover{
	font-size:40px;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;	
	text-decoration:none;
}
#header h2{
	font-size:18px;
	color:#FFFFFF;
	position:absolute;
	top:50px;
	left:750px;
}
#header a em {display: none;}
#logo {
	width: 156px;
	height: 76px;
}
#logo a {
	position: absolute;
	top: 0px;
	margin-left:12px;
	display: block;
	width: 445px;
	height: 100px;
	background:url('../images/logo.gif') 0px 13px no-repeat;
	z-index: 2;
}
#main{
	width:968px;
	margin:0 auto;
	background-color:#FFFFFF;
	border:1px solid #999999;
	margin-bottom:20px;
	position:relative;
}
#main h1 {
	font-size:18px;
	color:#046a99;
	padding-bottom:4px;
	margin:20px 20px 0 20px;
	border-bottom:2px solid #FF9900;
	
}
#main p{
	padding:20px;margin:20px;border:1px solid #e0e8ca;background-color:#f8fcef; font-size:14px
}

#gry{
	list-style:none;
	margin:0 20px 20px 20px;
	width:720px;
}

#gry li{
	float:left;
	width: 180px;
	padding-top:25px;
}
#gry .obrazek2 {
	float: left;
	background-color:#f5f5f5;
	padding:8px;
	height:125px;
	border:1px solid #cccccc;
	text-align:center;
	text-decoration:none;
}
#gry img{
	border:0px;
}
#gry a h2{
	width:127px;
	font-size:12px;
	color: #ff7200;
}
#menu{
	list-style:none;
	position:absolute; 
	left:750px;
	padding-top:20px;
	width:200px;
}
#menu li.glowna{
	color:#046a99; 
	font-weight:bold; 
	border-bottom:1px solid #FF9900;
	padding-top:10px;
}
#menu li.link{
	background:url('../images/arrow.gif') 0px 6px no-repeat;
	margin:10px;
	padding-left:30px;
}
#menu li.link a{
	color:#026493;
	font-size:14px;
	font-weight:normal;
}
#clear,
.clear {
	clear: both;
	height: 1px;
}
#footer{
	margin:0 auto;
	width:927px;
	padding:20px;
	text-align:center;
	border:1px solid #e3e1e1;
	background-color:#f7f7f7;

}
.detale-gry{
	width:650px
}
.detale-gry h2{
	font-size:14px;
}
.detale-gry img{
	border:2px solid #999999;
	width:127px;
	height:106px;
	margin-right:10px;
}
#gierka{
	padding:20px;
	text-align:center;
	margin::0 auto;
	width:650px
}
div.pagination {
		padding: 20px;
		margin: 3px;
		text-align:center;
	}
	
	div.pagination a {
		border: 1px solid #ccc;
		margin-right:3px;
		padding:2px 6px;

		background-position:bottom;
		text-decoration: none;
		font-weight:bold;

		color: rgb(66,97,222);
	}
	div.pagination a:hover, div.pagination a:active {
		background-image:none;
		background-color:#4261DF;
		color: #fff;
	}
	div.pagination span.current {
		margin-right:3px;
		padding:2px 6px;
		
		font-weight: bold;
		color: #000;
	}
	div.pagination span.disabled {
		display:none;
	}
#baner{
	text-align:center;
	padding-top:20px;
}