@import url('defaults.css'); /* default / common beallitasok */


body
{
    width: 800px;

    margin: 0 auto 0 auto;
    padding: 0px;

    font-size: 12px;
    font-weight: normal;
    font-family: Arial, Verdana, Times;
}

.container
{
    width: 770px;
    margin: 20px auto 20px auto;

    text-align: center;
}

.div-bigimg
{
    width: 760px;
    height: 400px;
}

.div-buttons
{
    width: 100%;
    text-align: right;
    position: relative;
    top: 30px;
    left: -40px;
}
