#mgps-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
}
#myGoodPrices-splash  {
    background: transparent url("000_80.png") repeat scroll center center;
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
    width: 660px;
    height: auto;
}
#myGoodPrices-splash .mgps-content {
    
}
#myGoodPrices-splash  {
    color: #e92a2a;
    font-size: 2.6em;
}
#myGoodPrices-splash  h2 {
    color: #e92a2a;
    font-size: 1.6em;
}
#myGoodPrices-splash  p {
    margin: 10px 0;
}
#myGoodPrices-splash  .close {
    background: url('close.png') top left no-repeat transparent;
    display: block;
    background-size: cover;
    height: 20px;
    margin: 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    cursor: pointer;
}