#text{
    display: none !important;
}
#con:hover > #text{
    display: block !important;
}

#con{
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #fdfdfd;
    display: inline;
    padding: 2px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    height: 10px;
}
#logo{
    float: right;
    width: auto;
    height: 10px;

}
#text{
    padding: 0px 4px 0px 0px;
    float: right;
    height: 10px;
    margin-top: 2px;

}
.frame {
    height: 100%;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    margin: 0;
    cursor: pointer !important;

}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#d{
    width: auto;
    height: auto;
	max-height: 50%;
    vertical-align: middle;

}
html{
    padding: 0px;
    height: 100%;
    overflow: hidden;
}
body{
    margin: 0px;
    height: 100%;
}
a:active , a:focus {
    border: 0px;
}
