/* home */
#page_home {
    background: #fff url(../images/home/degree.gif) repeat-x 0 0;
    color: inherit;
    min-height: 300px;
}
#page_home #new_facilities {
    padding: 40px 35px 0 695px;
    border-bottom: 1px solid #fff;
    height: 258px;
    position: relative;
}
#page_home #new_facilities .image {
    position: absolute;
    left: 0;
    top: 0;
}
#page_home #new_facilities .title {
    font-size: 2.7em;
    line-height: 1.1em;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}
#page_home #new_facilities .title a {
    text-decoration: none;
}
#page_home #new_facilities .text {
    margin: 1em 0 5em;
}
#page_home #new_facilities .more a{
    float: left;
    display: inline;
    margin-left: 75px;
}

#page_home #last_works {
    float: left;
    display: inline;
    width: 627px;
    padding-left: 40px;
}
#page_home #last_works ul.listA {
    margin-left: -27px;
}
#page_home #last_works ul.listA li {
    margin: 0 0 27px 27px;   
}

#page_home #spotlinks {
    float: right;
    display: inline;
    width: 287px;
    padding-right: 20px;
}
    #page_home #spotlinks .spotlink {
        padding-bottom: 2.5em;
    }
    #page_home #spotlinks a {
        display: block;
        text-decoration: none;
        font-size: 1.3em;
        color: #fff;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 0 0;
        text-align: right;
        line-height: 1.3em;
        font-family: Arial, Helvetica, sans-serif;
    }
    #page_home #spotlinks .suscribe a {
        background-image: url(../images/home/suscribe.gif);
        padding: 25px 20px 0 140px;
        width: 127px;
        height: 70px;      
    }
    #page_home #spotlinks .history a {
        background-image: url(../images/home/history.gif);
        padding: 33px 20px 0 140px;
        width: 127px;
        height: 70px;      
    }    
