@charset "utf-8";

body {margin:0; padding:0; background-color:#000000; font-family:arial; color:#FFFFFF; font-size:12px;}
#wrapper {width:1100px; background-image:url(bg.jpg); background-repeat:no-repeat;}
#content {width:1100px; padding-top:70px;}
#content #top {background-image:url(bg_content_top.png); background-repeat:no-repeat; height:125px;}
#content #middle {background-image:url(bg_content.png); background-repeat:repeat-y;}
#content #middle .text_home {width:950px; margin:0 75px 0 75px; line-height:22px; font-size:14px;}
#content #middle .text {width:950px; margin:0 75px 0 75px; font-size:12px;}
.separ {border-bottom:solid 1px #ffffff; margin:10px 0 10px 0;}
.border {/*border-bottom:solid 1px #006699; height:30px;*/}
.url_main {font-size:12px; color:#999999; font-weight:bold; text-decoration:none;}
.url_main a {font-size:12px; color:#999999; font-weight:bold; text-decoration:none;}
.url_main a:hover {font-size:12px; color:#ffffff; font-weight:bold; text-decoration:underline;}
.url_main a:visited {font-size:12px; color:#999999; font-weight:bold; text-decoration:none;}
.url_second {font-size:11px; color:#999999; font-weight:bold; text-decoration:none;}
.url_second a {font-size:12px; color:#999999; font-weight:bold; text-decoration:none;}
.url_second a:hover {font-size:12px; color:#ffffff; font-weight:bold; text-decoration:underline;}
.url_second a:visited {font-size:12px; color:#999999; font-weight:bold; text-decoration:none;}

#content #bottom {background-image:url(bg_content_bottom.png); background-repeat:no-repeat; height:125px;}

body, html {
    width: 100%;
    height: 100%;
}

.overlay {
    cursor: pointer;
    display:none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    padding: 20px;
    z-index: 2;
}

.overlay .inner {
    width: 50%;
    height: 80%;
    margin: 0 auto;
    overflow-y: auto;
    padding: 40px;
    position: relative;
}

.close {
    position: relative;
    margin-left: -40px;
    margin-top: -40px;
}

.close img {
    width: 25px;
}
