body { 
    margin: 0;
    padding: 0;
    background: url('images/body_bg.png') repeat-x #141010;
    font-family: Arial;
}
#header {
    background-color: #141010;
    height: 126px;
    width: 1264px;
    margin: 0 auto;
    position: relative;
}
#header a {
    left: 181px;
    top: 46px;
    position: absolute;    
}
#header #tel {
    color : #e88800;
    font-size: 42px;
    position: absolute;
    top: 46px;
    right: 175px;
}
#header #tel span {
    color: #ffffff;
}
#wrapper {
    background: url('images/header_light.png') no-repeat #edeef0;
    margin: 0 auto;
    width: 1264px;
    height: 965px;
    
}
#content {
    padding-left: 167px;
    padding-top: 50px;
}
#wrapper #content .box {
    float: left;
    width: 306px;
    border-right: 1px solid #4A403F;
    margin-left: 14px;
    height: 303px;
    padding-top: 15px;    
    
}
.box h3 {
    background: url('images/pompy_t.png') no-repeat center transparent;
    display: block;
    height: 20px;
    width: 292px;    
}
.box p {
    text-align: center;
    color: #8f8b8c;
    padding: 0 30px;
}
#content .first h3 {
    background: url('images/mechanika_t.png') no-repeat center transparent;
}
#content .last h3 {
    background: url('images/czesci_t.png') no-repeat center transparent;
}
#wrapper #content .first {
    margin-left: 0;
}
#wrapper #content .last {
    border: none;
}
#contact {    
    margin: 0 auto;
    margin-top: 26px;
    padding: 0 167px;
    padding-top: 30px;
}
#contact h3 {
    font-size: 35px;
    color: #000000;
    padding-left: 4px;  
    padding-top: 0;
    margin-top: 0;
}
#g_maps {
    float: left;
    border-right: 1px solid #d5d6d8;
    padding-right: 25px;
}
#adres {
    float: left;
    padding-left: 25px;
}
#dane h3 {
    padding: 0;
    margin: 0;
    color: #e88800;
}
#footer {
    height: 77px;
    margin: 0 auto;    
    color: #8f8b8c;
    padding: 23px 207px 31px;
    font-size: 12px;
}
#copy {float: left;}
#real {float: right;}
#real a {color: #e37700; text-decoration: none;}
#keys {text-align: center; margin-top: 24px; line-height: 24px;}

.clear {
    clear: both;
}