﻿body {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    background-color: #f2f2f2;
    direction: rtl;
    float: right;
}
.container_Main {
    margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    background-color: #f2f2f2;
}
