body {
background-image:url(../_i/background.jpg);
background-position:top center;
background-repeat:no-repeat;
background-color:#161616;

	font: 9px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #93908f;
}
.oneColFixCtr #container {
	width: 209px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
text-align:center;
border:none;
padding:0px;
margin:0px;
padding-top:200px;
}


.wieksze {
	font-size: 11px;
	line-height: 18px;	


}
.najwieksze {
	color: #bcbdc0;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	
}
.wiekszeKolor {
	font-size: 11px;	
	color: #666666;

}
.skype {
	font-size: 11px;
	height: 16px;
	width: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 5px;
	position: absolute;
}
.nagroda{
margin-top:180px;
text-align:center;
width:100%;
}
.oneColFixCtr a:link, a:visited {
	color: #97c93c;
	text-decoration: none;
}

.oneColFixCtr a:hover, a:active {
	color:#97c93c;
	text-decoration: underline;
}