body {
   background:url(images/body_bg.jpg) center repeat-y;
   background-color:#232323;
   font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
   width:970px;
   margin:auto;
   margin-top:-8px;
}

#logo {
   height:83px;
   width:231px;
   position:absolute;
   margin-top:50px;
   background:url(images/logo.jpg) no-repeat;
}

#home {
   background:url(images/home.jpg) no-repeat;
   width:130px;
   height:26px;
   position:absolute;
   margin-top:154px;
   margin-left:430px;
   cursor:pointer;
}

#home:hover {
   background:url(images/home_hov.jpg) no-repeat;
}

#drukarnia {
   width:24px;
   height:130px;
   cursor:pointer;
}

#drukarnia:hover {
   background:url(images/drukarnia_hov.jpg) no-repeat;
}

#oferta {
   width:24px;
   height:130px;
   cursor:pointer;
}

#oferta:hover {
   background:url(images/oferta_hov.jpg) no-repeat;
}

#kontakt {
   width:24px;
   height:130px;
   cursor:pointer;
}

#kontakt:hover {
   background:url(images/kontakt_hov.jpg) no-repeat;
}

#menu {
   background:url(images/menu.jpg) no-repeat;
   width:24px;
   height:390px;
   position:absolute;
   margin-top:188px;
}

#flash {
    background:url(images/fruits.jpg) no-repeat;
    width:325px;
	height:488px;
	position:absolute;
	margin-top:116px;
	margin-left:630px;
}

#flash2 {
    background:url(images/torby.jpg) no-repeat;
  	width:325px;
	height:1533px;
	position:absolute;
	margin-top:180px;
	margin-left:630px;

}

#up {
	width:559px;
	position:absolute;
	margin-top:180px;
	margin-left:24px;
	background:url(images/content_up.jpg) no-repeat;
}

#down {
    width:559px;
	background:url(images/content_down.jpg) bottom no-repeat;
	overflow:hidden;
}

#content {
    width:559px;
	background:url(images/content_bg.jpg) repeat-y;
	margin-top:20px;
	margin-bottom:20px;
}

#article {
    color:#fffffc;
    margin-left:20px;
	margin-right:20px;
	min-height:385px; height:auto !important; height:385px;
	font-size:13px;
}

#article a {
    color:#fffffc;
    text-decoration:underline;
}

#article a:hover {
    color:#fffffc;
    text-decoration:none;
}

.table {
    border-right:1px solid #fffffc;
	border-bottom:1px solid #fffffc;
}

.tab {
    border-top:1px solid #fffffc;
	border-left:1px solid #fffffc;
}

#footer {
    color:#878686;
	margin-top:2px;
    margin-left:15px;
    float:left;
    width:400px;
	height:20px;
	font-size:11px;
}

#footer a {
    color:#878686;
} 

#footer a:hover {
	text-decoration:none;
}

