
/* ----------------------------------------------------------------------------
   Base elements style */

html, body {
    margin: 0; padding: 0;
}

body {
    width: 960px;
    margin: 0 auto;
    font: 16px/20px Arial, Helvetica, sans-serif; color: #525354;
    background: #dfe3e5;
    text-align: center;
}

object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, cite, code, img, dl, ol, ul
fieldset, form, legend, table, caption {
    margin: 0 0 0px 0; padding:0;
    vertical-align: baseline;
}

a{color: #f27620;}
a:hover{color: #d86100}

.logo{
    display: block; 
    width: 100%; height: 440px; 
    background-image: url(../images/glow.png);
    background-repeat: no-repeat;
    background-position: center top}
    
    .logo img{position: relative; top: 143px;}

.firstline{
    display: block; 
    width: 100%; height: 80px; 
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: center 0px;}

.line{
    display: block; 
    width: 100%; height: 160px; 
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: center 80px;}
    
#footer{font-size: 13.3px; display: block; height: 260px;}

.company-name{color: #525354; font-weight: bold; margin-bottom: 20px;}    
    
    .company-name span{color: #a3a6a8; font-size: 10.7px; font-weight: normal;}
        
.skryty{display: none;}