@charset "utf-8";
/* CSS Document */



#wrapper {
	width:922px;
	margin:0 auto;
}

#banner {
	width:750px;
	height:100px;
	margin:0 auto;
}

#header {
	width:100%;
	height:375px;
	background:url(../images/layout/header_bg.jpg) no-repeat;
	position:relative;
}

#menu {
	width:750px;
	height:63px;
	position:absolute;
	top:310px;
	left:95px;
}

#container {
	width:732px;
	background:url(../images/layout/wrapper_bg.jpg) #444444 repeat-y;
	padding:0 95px 0 95px;
}


#footer {
	width:100%;
	height:58px; /*wyjebac ten wiersz*/
	background:url(../images/layout/footer_bg.jpg) no-repeat;
}

#counter {
	position:absolute;
	left:255px;
	top:290px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	
}

hr {
	border-style:solid;
	border-width:1px;
	color:#993300;
	width:158px;
}

body {
	background-color:#000000;
}

