/**
 * @file
 * Wireframes Styling
 *
 * Add wireframes to the basic layout elements.
 */


.with-wireframes #header .section,
.with-wireframes #content .section,
.with-wireframes #navigation .section,
.with-wireframes .region-sidebar-first .section,
.with-wireframes .region-sidebar-second .section,
.with-wireframes #footer .section {
  margin: 1px;
  padding: 2px;
  border: 1px solid #ccc;
}

.with-wireframes .region-page-closure {
  margin-top: 1px;
  padding: 2px;
  border: 1px solid #ccc;
}

/*dodane przezemnie */

 #footer {
	background-color: #67686A;
	width: 100%;
	border-bottom: 10px solid #090909;
	border-top: 10px solid #295e0c;
	background-image: url("../images/bgfooter.jpg");
	
}

#footer .section {

    margin-left: auto;
    margin-right: auto;
    width: 960px;
height: 200px;
}




