body {
    margin: 0px 0px 0px 0px;
    background-color: #B39F8F; /* #EDE8E4; */ 
    text-align: center; /*Ettől van középen az egész szarság, ha relatív! */
}
    

/*margint, paddingot le kell nullázni, különben IE elbassza */


#container  {
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;    
    width: 751px;
    /*height: 500px;*/
    /*background: url('images/background.gif') repeat-y center top;*/
    position: relative;          
    text-align: left;    /*ez meg kell, mert különben szanaszét rakja a child ojjektumokat */     
}

#header {
    margin: 0px;
    padding: 0px;
    height: 182px;
    width: 751px;
    background: url('images/header.gif') no-repeat;
}

#cimanim    {
    margin: 16px 0px 0px 20px;    
    position: absolute;    
}

#content {
    margin: 0px;
    padding: 0px;
    width: 751px;
    background: url('images/background.gif') repeat-y center top;    
}

#sidebar {
    width: 180px;
}

#gombsor {
    position: absolute;
    margin: 0px 0px 0px 20px;
    padding: 0px;  
    text-align: left;        
}

#text {
    margin: 0px 0px 0px 180px;
    padding: 0px;      
    width: 540px;    
    text-align: justify;    
}



#footer {
    margin: 0px;
    padding: 7px 25px 0px 0px;
    background: url('images/footer.gif') no-repeat;
    height: 41px;
    text-align: right;
    font-family: verdana, arial, helvetica;
    font-size: 9px;
    color: #6F7D64    
}


.thumb {
    border: 0px;    
    display: block;
}



    

