body {
    margin: 0px;
    font: normal normal 12px tahoma;
}

div#main {
    direction: rtl;
    width: 889px;
    margin: 0px auto;
}

div#header {
    background-image: url(img/header.jpg);
    height: 208px;
}

div#middle {
    min-height: 636px;
    background-image: url(img/flower-back.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}

div#middle div#menu {
    width: 200px;
    padding: 10px;
    text-align: center;
    float: right;
}

div#middle div#content {
    width: 647px;
    padding: 10px;
    margin-right: 220px;
}

div#footer {
    background-image: url(img/footer.jpg);
    height: 49px;
}
