@charset "UTF-8";
body{
    margin: 0;
    padding: 0;
}
#slider{
    width: 100%;
    height: 634px;
}
#menu{
    width: 100%;
    height: 66px;
    background-color: #000;
}
#container{
    width: 797px;
    margin: 0;
    height: 700px;
    overflow: hidden;
}
.about{
    position: absolute;
    z-index: 2;
    top: 180px;
    left: 30px;
    width: 200px;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    color: #9E9E9E;
}
.menu_itm{
    margin: 0 18px 0 0;
    padding: 0;
    display: inline-block;
    font-family: helvetica, sans-serif;
    color: #FFF;
    font-weight: 900;
    font-size: 25px;
    font-style: italic;
    text-transform: uppercase;
}
.menu_itm:hover{
    opacity: 0.8;
}