* {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}

#wrap-header {
    text-align: center;
}
 
object#header {
    display: block;
    margin: 0 auto; 
}

#wrap-menu {
    width: 100%;
    height: 34px;
    background: url(/img/bg-menu.png) repeat-x;
    text-align: center;
    font-size: 0;
}

#wrap-menu img {
    margin: 2px 15px auto 15px;
}

#wrap-menu a {
    outline: none;
}

#wrap-rulon {
    padding-top: 20px;
    text-align: center;
}

#wrap-rulon > div {
    display: block;
    margin: 0 auto;
}

#wrap-rulon-top {
    width: 715px;
    height: 57px;
    background: url(/img/rulon-top.png) no-repeat;
}

#wrap-rulon-bottom {
    width: 715px;
    height: 62px;
    background: url(/img/rulon-bottom.png) no-repeat;
}

#wrap-rulon-body {
    width: 715px;    
    background: url(/img/rulon-bg.png) repeat-y;
    text-align: left;    
}

#content {
    font-family: 'Times New Roman', Times, Georgia, serif;
    font-size: 14px;
    padding: 25px 200px 25px 0; /* 200px is max picture width, 35px - offset from bottom */
    margin: 0 75px 0 75px;
    color: #000100;
    background: url(/img/pict-chuvak.jpg) bottom right no-repeat; /* Picture at the right which sticks to bottom */
}

#content h1, #content h2, #content h3 {
    font-family: Tahoma, Verdana, sans-serif;
    color: #fe0000;
}

#content h1 {
    display: table;
    font-size: 18px;
    padding: 10px 50px 20px 0;
    background: url(/img/h1-bullet.png) right top no-repeat;
}

#content p {
    margin-bottom: 10px;
}

#wrap-footer {
    width: 600px;
    padding: 50px 0 50px 0;
}

#wrap-footer, #wrap-footer a {
    font-family: 'Times New Roman', Times, Georgia, serif;
    font-size: 10px;
    color: #797979;
}

#copyright {
    float: left;
}

#authors {
    float: right;
}