#content {
    width: 500px;
    height: 300px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    position: absolute;
}

#imgLogo {
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}

#lblini {
	font-size: 42px;
    color: #049d8f;    
    left: -37px;
    top: 9px;
    font-family: monospace;
}
