/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20.01.2015, 15:22:00
    Author     : Yusif Sadiyev
*/

body{
 margin:0;
 padding:0;
 font-family:Arial;
 //background:url('../img/body-bg.png') repeat-x top left #f0f0f0;
 //background-color: #ffffff;
}
ul{
 margin:0;
 padding:0;
 list-style:none;
}
img{
 border:0;
 margin:0;
 padding:0;
}
a{
 border:0;
 text-decoration:none;
}
.clear{
 clear:both;
}
#clear{
 clear:both;
}