 * {
        padding:0;
        margin:0;
    }
    a{
        outline:none;
        text-decoration: none;
    }
    html, body{
        background: #000;
        height:100%;
        font-family: Verdana;
        font-size:12px;
    }
    #wrapper{
        min-width:800px;
        height:100%;
    }
    table{
        width:100%;
        height:93%;
        min-height: 400px;
        padding:0;
        margin:0;
    }
    td{
        vertical-align: top;
        height:100%;
    }
    .footer{
        text-align: center;
        color:#555;
        height:7%;
    }
    .title{
        background:url(../images/title.jpg) center center no-repeat;
        width:524px;
        height:80px;
        margin:0 auto;
    }
    .logo{
        background:url(../images/logo.jpg) center center no-repeat;
        width:160px;
        height:187px;
        margin:0 auto;
    }
    .logo a{
        display:block;
        width:160px;
        height:187px;
        text-indent: -90000px;
    }
    .content{
        color:#fff;
        width:500px;
        margin: 70px auto 0;
        line-height: 20px;
    }
    .menu {
        list-style:none;
        margin-left:50px;
    }
    .menu li{
       background:url(../images/menu.jpg) no-repeat; 
       width:157px;
       height:39px;
    }
    .menu li a{
        text-indent:-9000px;
        display: block;
        height:39px;
    }
    .menu li.mn{
        background-position: 0 -78px;
    }
    .menu li.mn:hover,.menu li.mn.active{
        background-position: 0 -200px;
    }
    .menu li.ab{
        background-position: 0 0;
    }
    .menu li.ab:hover,.menu li.ab.active{
        background-position: 0 -122px;
    } 
    .menu li.cn{
        background-position: 0 -43px;
    }
    .menu li.cn:hover,.menu li.cn.active{
        background-position: 0 -165px;
    } 
    #gallery{
        height:84%;
    } 
    .galleria-container{
        width:100% !important;
       /* height:100% !important;*/
    }
    .galleria-thumbnails{
        display:none !important;
    }
    .footer h2{
       cursor:pointer;
    }
    .footer .info{
       display:none;
    }
   .footer h2 span{
      font-weight:none;
    }