*{
	margin: 0;
	padding: 0;
	
}

div.divLogo{
    position:absolute;
    max-width:45%;
    max-height:45%;
    top:50%;
    left:50%;
    overflow:visible;
}

img.logo{
    position:relative;
    max-width:100%;
    max-height:100%;
    margin-top:-50%;
    margin-left:-50%;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    
}