@import url(elements.css);
@import url(header.css);

/* okno przegladarki */
html, body {
	background:#000;
	margin:0;
	padding:0;
	font-family:tahoma, sans-serif;
	font-size:11px;
	line-height:1.2em;
}

/* ogolne ust. elementow */
a {
	text-decoration:none;
	color:#a99e85;
}
img {
	border:0;
}
.png24 {
	behavior:url(css/iepngfix.htc);
}
ul, li {
	list-style:none;
}
p {
	margin:0 0 1em 0;
}
.separator {
	height:1px;
	margin:3px 0;
	clear:both;
}
.hand {
	cursor:pointer;
}

/* kontener - wszystko oprocz stopki */
#container {
	width:1000px;
	margin:0 auto;
	padding-bottom:15px;
	position:relative;
	background:url(../Image/main.jpg) no-repeat 0 410px;
	overflow:auto;
}

