﻿* { 
    margin: 0px; 
    padding: 0px; 
}
body {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    line-height: 15px;  
    background: #fff;
}
html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg div {
    height:300%;
    left:-100%;
    position:absolute;
    top:-100%;
    width:300%;
}
#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
    
}


















