div, span, form 
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

body 
{
    text-align: center;
    background: #000000;
    font-family: Arial;
    font-size: 12px;
    margin: 0 ;
}
#container 
{
    margin: 0 auto;
    width: 800px;
}
#ikonky {
    text-align: center;
    margin: 10px 0 0 0;
    
}
    #ikonky img {
        border-style: none;
        margin: 0 7px 0 7px;
    }
#header 
{
    width: 739px;
    height: 198px;
    background: url('http://lidopop.com/img/header.jpg') no-repeat;
    margin: 0 auto;
}
.menu 
{
    width: 800px;
    height: 31px;
    margin: 12px 0 12px 0;
}
    .button
    {
        width: 164px;
        height: 31px;
        background: url('http://lidopop.com/img/menu-bg.jpg') no-repeat;
        display: inline-block;
        line-height: 31px;
        margin: 0 6px 0 6px;
    }
    .button:link,
    .button:visited,
    .button:hover
    {       
        color: #ffffff;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
    }
    
#logo 
{
    width: 800px;
    height: 301px;
    background: url('http://lidopop.com/img/lidopop-logo.jpg') no-repeat 50% 50%;
}

#footer 
{
    width: 700px;
    height: 37px;
    background: url('http://lidopop.com/img/footer-home.jpg') no-repeat;
    margin: 0 auto;
    line-height: 37px;
}
    #footer p 
    {
        color: #ffffff;
        font-size: 15px;
        letter-spacing: 3px;
        font-weight: bold;
    }
    #footer a:link,
    #footer a:visited,
    #footer a:hover 
    {
        color: #ffffff;
        text-decoration: none;
    }