/**
@copyright Uday Thombre (uday@udaythombre.com)
@author Uday Thombre (uday@udaythombre.com)
@description Uday Thombre - Cascade Style Sheets - Footer
@intelligenceProperty Uday Thombre (uday@udaythombre.com)
 */


udaythombre footer{
    width: 100%;
    height: 28px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    background-color: #4b545f;
	color: rgb(254, 255, 255);
	text-align: center; 
	font-weight: bold;
    font-size: 12px;
	align: center;
    
    
	top: 1190px;
	width: 1115px;
	max-width: 1115px;
	height: 75px;
	max-height: 75px;
	position: absolute;
	
	background: #4b545f;
    background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
    background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
    background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
    box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
    padding: 0 1px;
    border-radius: 10px;
    
}

udaythombre footer:after {
	display: block;
}

udaythombre footer p {
	top: 0px;
	align : center;
	text-align: center;
    font-size: 12px;
    padding: 25px;
	position: absolute;
}
udaythombre footer img {
    left: 270px;
    top: 5px;
    position : relative;
	padding: 5px;
    height: 54px;
    width: 81px;
	align: center;
}
udaythombre footer BoA {
	position: relative;
	align: center;
}
udaythombre footer BoA img{
	border: 0; 
	height: 55px; 
	width: 330px;
}
udaythombre footer BoA script{
	position : relative;
	align: center;
}
