body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#baner
{
 background-image: url('img/banner.png');
 background-size: cover;
 background-repeat: no-repeat;
}
#T1
{
    background-image: url('img/backgroundImg1.png');
 background-size: cover;
 background-repeat: no-repeat;
}
#T2
{
    background-image: url('img/backgroundImg2.png');
 background-size: cover;
 background-repeat: no-repeat;
}
#div
{
    background-image: url('img/sideImg.png');
 background-size: cover;
 background-repeat: no-repeat;
}

