
* {
    margin:     0;
    padding:    0;
    border:     0;
}

html, body {
    height:     100%;
    margin:     0;
    font:       12px/1.5 sans-serif;
}

body {
    background: url(cork-large1.jpg) repeat #ddaf7b;
}


/* Specify pairs of quotes for two levels in two languages */
q:lang(en) { quotes: '"' '"' "'" "'" }
q:lang(pl) { quotes: '\201E' "\201D" }


/* ------------------------ 8< ---------------------------------------------- */

#container {
    position:     relative;
    width:        800px;
    top:          0;
    left:         50%;
    margin-left:  -400px;
    background-color:        #ffffff;
}

/* ----- 8< ----- header ----- 8< ----- */

#header {
    position:           relative;
    padding:            5px;
    height:             150px; 
}

/* ----- 8< ----- navigator ----- 8< ----- */
#navigator {
    height:         200px;
    border:         1px solid #000000;
}

/* ----- 8< ----- footer ----- 8< ----- */
#footer {
    height:         30px;
}

/* ----- 8< ----- rightbox ----- 8< ----- */
#rightbox {
    position:   absolute;
    width:      250px;
    left:       550px;
    top:        160px;
    padding:    10px;
}

#LinuxCounter {
    position:   absolute;
    top:        -100px;
    left:       50px;
}

#rightbox fieldset {
    margin-top:        60px;
}

#rightbox input {
    border:     1px solid #000000;
    margin-top: 5px;
    width:      230px;
}

#google {
    background: url(karteczka.png) no-repeat 0 50% #faff1c;
    /*background-color: #faff1c; */
    transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-10deg);

    margin-top: 10px;
    width:      250px;
    height:     250px;
    padding:    10px;
    }

#google ul {
    list-style-type:none;

}

#google li {
    margin:  10px 0 5px 0;
}

.pin { margin-left: 100px; }

/* ----- 8< ----- contentbox ----- 8< ----- */
#contentbox {
    width:      550px;
    margin-top:        0px;
    min-height:         500px;
    /*background-color:   #00ff00;*/
}


