body {
    margin: 0;
    background: #fff;
    overflow: hidden; 
    color: #333;
    text-align: left;
}
#main {
    width: 100%;
    min-width: 950px;
    height: 38px;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    /* overflow: hidden; */
}
iframe {
    color: #666;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-box-sizing: border-box;    
}
#head {
	width: 25%; 
	margin-top: 3px;
}
#head img {
    padding-left: 20px;
    border: 0;
} 
#head a, a:visited {
    text-decoration: none;
    color: #000;
    outline: none;
} 
#title {
    margin-left: 20px;
    width: 50%;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 8px;
} 
#title a {
    text-decoration: none;
    color: black;
} 
#title img {
    border: 0px;
} 
#title table {
    margin-left: auto;
    margin-right: auto;
} 
#top {
    width: 100%;
	margin-top: 5px; 
	border-bottom: 5px solid #ececec; 
	height: 40px;
	margin-bottom: 5px;
}
#closebtn img {
    border: 0;
}
