#full-screen-background-image {
    z-index: -999;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0px;
}
#wrapper {
    min-width: 1024px;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
#wrapper #contents {
    min-width: 1024px;
    width: 100%;
    position: relative;
    padding-top: 50px;
}
#wrapper #contents .head_title {
    background-image: url(../../images/open.png);
    height: 105px;
    width: 627px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-indent: -9999px;
    margin-left: 60px;
}
#wrapper #contents .textContainer {
    padding-top: 40px;
    padding-left: 60px;
}
#wrapper #contents .textContainer h2 {
    padding-bottom: 30px;
}
#wrapper .logo {
    position: absolute;
    height: 210px;
    width: 255px;
    top: 290px;
    right: 60px;
}
#footer {
    min-width: 1024px;
    width: 100%;
    height: 61px;
    background-color: #FFF;
    position: relative;
    color: #666;
    
    
margin-bottom: -1px;}
#footer .foot_text {
    font-size: 11px;
    line-height: 1.6em;
    display: block;
    position: absolute;
    left: 60px;
    top: 15px;
}
#footer .copyright {
    display: block;
    position: absolute;
    top: 0px;
    right: 60px;
    text-align: right;
    font-size: 11px;
height: 60px; line-height: 60px;}
#footer .foot_wrapper {
    position: relative;
}
