	
	body {
   margin:0;
   padding:0;
   height:100%;
}

#body {
   padding:10px;
   padding-bottom:140px;   /* Height of the footer */
}

a{
    color: #10bbb3;
}
#footer {
    padding: 16px;
    margin-top:16px;
    height: 140px;
    background-color: #f7fcfc;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    font: 18px arial, sans-serif;

     
}

.declaimer
{
color : #5e5e5e;
font: 12px arial, sans-serif;

}

.copyrights
{
color : #10bbb3;
font: 15px arial, sans-serif;
font-weight:bold;

}
.dots
{
font: 18px arial, sans-serif;
color : #10bbb3;
}



#facebook-in-footer {
    padding: 10px;
    font-size: 20px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    background: #3B5998;
    color: white;
}

#twitter-in-footer {
    padding: 10px;
    font-size: 20px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    background: #55ACEE;
    color: white;
}
#instagram-in-footer{ 
    width:50px; 
    padding: 10px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    color: white;
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  }


