/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg { 
    position: fixed; 
}

#bg div {
    height:100%;
    left:-10%;
    position:absolute;
    top:-10%;
    width:100%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:auto;
}

.box { 
    margin: 0 auto; 
    width: 100%;
   
    background: none; 
    padding-bottom:100px;
    font: 20px Verdana, San-Serif;
	font-size: calc(100px + (100 - 20) * ((100vw - 320px) / (1600 -  320)));
	color: #FFFFFF;
/*
}
.email { 
font: 8px Verdana, San-Serif; color: #FFFFFF;
font-size: calc(18px + (32 - 18) * ((100vw - 320px) / (1600 -  320)));
}
*/
}
a:link, a:active, li:hover, a:visited { font: 12px Verdana, San-Serif; text-decoration: none; color: #FFFFFF;
}
.imp { 
    font: 12px Verdana, San-Serif; color: #FFFFFF;
}
.footer {
	font: 12px Verdana, San-Serif; color: #FFFFFF;
	position: absolute;
	bottom: 50px;
}