* {margin: 0; padding: 0;}

body {
  font: 11px tahoma, verdana, sans-serif;
  line-height: 16px;
  color: #656565;
  background-image: url('../images/body_bg.jpg');
  background-repeat: repeat-x;
  background-position: top;
  background-color: #2f3738;
	text-align: center;
}

ul, dl, ol {
	margin: 0 0 0 1.25em;
	padding: 0;
	line-height: 1.4em;
}
		
li, dd {
	margin: 0;
}

h1 {
  font: 11px tahoma, verdana, sans-serif;
  line-height: 16px;
  color: #656565;
  font-weight: bold;  
}

#containerMain {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url('../images/main_bg.jpg');
  background-repeat: repeat-y;
}

#header {
	background-image: url('../images/header_bg.jpg');
  background-repeat: no-repeat;
  height: 142px;
	position: relative;  
}

#glownaBtn {
  width: 139px;
  height: 40px;
  position: absolute;
  bottom: 1px;
  right: 501px;    
}

#onasBtn {
  width: 139px;
  height: 40px;
  position: absolute;
  bottom: 1px;
  right: 358px;    
}

#ofertaBtn {
  width: 139px;
  height: 40px;
  position: absolute;
  bottom: 1px;
  right: 215px;    
}

#kontaktBtn {
  width: 139px;
  height: 40px;
  position: absolute;
  bottom: 1px;
  right: 72px;    
}

#banner {
	background-image: url('../images/banner.jpg');
  background-repeat: no-repeat;
  background-position: center;  
  height: 255px;
  width: 873px;
}

#containerContent {
  padding-left: 53px;
  padding-right: 54px;
}

#contentInner {
  background-image: url('../images/content_bg.jpg');
  background-repeat: repeat-x;
  background-position: top;  
}

#frames {
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 13px;
}

#framesInner {
  width: 837px;
  height: 224px;
  position: relative;
}

#ofertaFrame {
  width: 268px;
  height: 214px;
  position: absolute;
  top: 0px;
  left: 0px;
	background-image: url('../images/frame_bg.jpg');
  background-repeat: no-repeat;  
}

#ofertaWiecej {
  position: absolute;
  width: 258px;
  text-align: right;
  bottom: 20px;
  left: 0px;  
}

#onasFrame {
  width: 268px;
  height: 214px;
  position: absolute;
  top: 0px;
  left: 284px;  
	background-image: url('../images/frame_bg.jpg');
  background-repeat: no-repeat;    
}

#onasWiecej {
  position: absolute;
  width: 258px;
  text-align: right;
  bottom: 20px;
  left: 284px;  
}

#kontaktFrame {
  width: 268px;
  height: 214px;
  position: absolute;
  top: 0px;
  right: 0px;  
	background-image: url('../images/frame_bg.jpg');
  background-repeat: no-repeat;    
}

#kontaktWiecej {
  position: absolute;
  width: 258px;
  text-align: right;
  bottom: 20px;
  right: 10px;  
}

#footer {
	background-image: url('../images/footer_bg.jpg');
  background-repeat: no-repeat;
  width: 980px;
  height: 17px;  
	margin-left: auto;
	margin-right: auto;
	text-align: left;   
}

#footerContent {
  width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;  
}

a {
  color: #278791;
}

.frameContent {
  padding: 10px;
}

.button {
  border: 0px;
}