body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	background: url(images/bg_y.jpg) top center repeat-x;
	background-color: #2e2f29;
}

body a:active {
	outline: none;
}

body a:focus {
	-moz-outline-style: none;
}

#container {
	position: relative;
	margin:0 auto;
	width: 900px;
}

#header {
	height: 90px;
	background: url(images/header.jpg) top center no-repeat;
	line-height: 12px;
}

#header a {
	display: block;
	width: 100%;
	height: 100%;
}

#menu {
	height: 36px;
}

#menu img {
	float:left;
}

#menu a img{
	border:0;
}

#obrazek {
	height: 286px;
	background: url(images/obrazek.jpg) top center no-repeat;
	line-height: 12px;
}

#content {
	width: 900px;
}

#left {
	width: 620px;
	float:left;
	font: 17px Times New Roman, serif;
	color: #ccc;
	letter-spacing: -0.2px;
	position:relative;
	z-index: 1;

}

#left p {
	margin: 5px 12px;
}

#left p b {
	color: #fff;
}

#left p a {
	color: #fff;
	text-decoration: none;
}

#right {
	position:relative;
	width: 280px;
	min-height: 280px;
	z-index: 1;
	background: url(images/prawa.jpg) top center no-repeat;
	float:right;
}

* html #right{
	height: 280px;
}

#koniki {
	height: 86px;
}

#footer {
	height: 45px;
}

#footer img {
	float:left;
}

#footer a img{
	border:0;
}

#black {
	height: 20px;
	background-color: #000;
}

.clearer{
	clear:both;
	height: 20px;
}