html {
    display:table;
    height:100%;
    width:100%;
    margin: 0;
	padding: 0;
}

body {
    display:table-cell;
    vertical-align:middle;
    height:100%;
    width:100%;
    margin:auto;
    margin: 0;
	padding: 0;
	background-color: #49514f;
}

img {
    display: block;
    margin: 0;
	padding: 0;
    border: 0;
}

#main-box {
    width: 980px;
    height: 592px;
    position:relative;
    top:0px; bottom:0px; left:0px; right:0px;
    margin:auto;
    padding-top: 8px;
    background-color: #cad7d6;
}
*:first-child+html body {min-height:400px;}
*:first-child+html #main-box { 
    top:50%;
    margin-top:-300px;
}
* html body {text-align:center;}
* html body #main-box {
    text-align:left;
    top: expression(document.body.clientHeight<600?'0px':document.body.clientHeight/2-300);
}

a .email {
    background-image: url('/images/email_p.gif');
}
a .email:hover {
    background-image: url('/images/email_a.gif');
}