body{
   margin:0px; padding:0px;
   margin-left: auto; margin-right: auto;
   background: #333;
visibility:hidden;
}


#supersize{
			position:fixed;
		}
        
#supersize img, #supersize a{
    height:100%;
    width:100%;
    position:absolute;
    z-index: 0;
}
		

#outside{
position:absolute; 
top:0px; 
left:0px; 
width:100%; 
z-index:10; 
color:#567; 
padding:0px;
}

	#container { width: 100%; height: 100%; display: table; 	}
	#position { display: table-cell; vertical-align: middle; }
	#content { }	

.centered {
    position: relative;
    margin-left: auto; margin-right: auto;
    width: 582px;
    height: 462px;
    visibility: hidden;
}

.centered .email a{
    top: 338px;
    left: 115px;
    position: absolute;
    color: #455560;
    font: 20px "Times New Roman", Times, serif;
    font-weight: bold;
    text-decoration: none;
}

.centered .email a:hover{
    color: #7b96a9;
}