body {background:#234;margin:2px auto;font-family:Arial;font-size:14px;}

.header{position:relative;height:115px;background:url('../images/top-background.jpg');background-size:cover;margin:0 0 20px 0}
.logo{position:absolute;left:100px;top:5px;}
.container{background:#fff;margin:0 auto;width:920px;padding:30px 50px;height:100%}

sup {font-size:10px}

td {vertical-align:top}

a{text-decoration:underline;color:#0066cc}

a:hover{color:#999}

#page-cover {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
	filter: alpha(opacity=70);
	opacity: 0.7;
    z-index: 998;
    top: 0;
    left: 0;
}

#page-popup
{
	display:none;
    position: fixed;
    left: 50%;
    top: 30%;
    background-color: white;
	font-size:15px;
	padding:30px 30px 20px 30px;
	border:3px solid #660000;
	color:#333;
    z-index: 999;
    margin-top: -80px;
    width: 300px;
    margin-left: -180px;
	text-align:center;
}