body {
    background-color: #fff;
    background-attachment: fixed;
    background-position: top center;
    padding: 0;
    margin: 0;
    font-family: calibri, tahoma, arial, sans-serif;
    font-size: 16px;
    background: no-repeat;
    background-image: url('betonys-betonavimo-darbai-grindys-pagrindo-irengimas-siltinimas-palepe-akmens-vata-polistirolis-perlitas-vilnius-lietuva.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #999;
}

a, a:active, a:visited {
    text-decoration: none;
    font-size: 16px;
    color: #999;
}

a:hover {
    color: #ccc;
}


img {
    border: 0;
}

h1 {
    font-size: 26px;
    margin-top: 0;
    padding-top: 0;
    text-align: center;
    color: #aaa;
    text-transform: uppercase;
    font-family: serif;
    line-height: 38px;
}

#layout {
    width: 650px;
    min-height: 370px !important;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -200px;
    background: #333;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #666;
    line-height: 1.5em;
}

#inner {
    padding: 1em;
}

#copyright {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

p {line-height: 26px;}