body{
    direction: rtl;
    background-image: URL('http://www.mugnier.co.il/img/bg.png');
    background-position: center top;
}

div#header{
    width: 780px;
    height: 120px;
    position: relative;
    padding: 0px;
}

div#header div#logo{
    z-index: 100;
    width: 165px;
    height: 120px;
    position: absolute;
    top: 0px;
    left:0px;
    vertical-align: top;
}

div#header div#logoshadow{
    width: 780px;
    height: 13px;
    position: absolute;
    top: 107px;
    left:0px;
    background-color: #000000;
    filter:alpha(opacity=20);
    -moz-opacity:.20;
    opacity:.20;
}

div#intro{
    width: 780px;
    position: relative;
    background: #FFFFFF;
}

div#intro div#announcement{
    position: relative;
    vertical-align: top;
    width: 780px;
    height: 45px;
    margin-bottom: -4px;
    background-color: #FFFFFF;
}

div#intro div#adv{
    width: 780px;
    position: relative;
    vertical-align: top;
}

div#body{
    width: 770px;
    position: relative;
    padding: 5px;
    background-color: #FFFFFF;
    text-align: right;
}

div#footer{
    width: 760px;
    margin: 10px 0px;
    font-size: 12px;
    color: #FFFFFF;
}

div#footer a{
    text-decoration: none;
    color: #FFFFFF;
}

div#footer a:hover{
    text-decoration: underline;
}

div#footer div#menu{
    margin-bottom: 10px;
    font-weight: bold;
}

div#footer div#copyrights{
    margin-bottom: 10px;
    width: 600px;
}

div#footer div#phone{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

div#flash{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.clearfix:after {
    content: "";
    display: block; 
    height: 0;
    clear: both;
    visibility: hidden;
}