@font-face {
font-family: 'Steelfish';
src: url('/files/fonts/steelfish_rg.eot');
src: url('/files/fonts/steelfish_rg.eot?#iefix') format('embedded-opentype'),
url('/files/fonts/steelfish_rg.woff') format('woff'),
url('/files/fonts/steelfish_rg.ttf') format('truetype'),
url('/files/fonts/steelfish_rg.svg#Steelfish') format('svg');
font-weight: normal;
font-style: normal;
}
img{border: 0;}
*{outline: none;}
body{                      
    margin:0; padding:0;
    background: url('/images/landing/main_bg.jpg') top center fixed no-repeat #121212;
}
img{ border: 0; }
div#content{
    width: 980px;
    margin: auto;
}
div#content div.fader{
    margin-top: 13px;
    position: relative;
    height: 605px;
    overflow:hidden;
}
div#content div.fader div.fader-paging{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 88px;
    background: url('/images/landing/bg_paging.png') top center repeat-x;
    overflow: hidden;
    z-index: 3;
}
div#content div.fader div.fader-paging a{
    text-decoration: none;
    font-family: 'Steelfish';
    color: #662D91;
    display: block;
    width: 85px;
    background: url('/images/landing/paging_a_bg.png') top center no-repeat;
    float: left;
    font-size: 30pt;
    text-align: center;
    line-height: 85px;
    margin: 0 18px;
}
div#content div.fader div.fader-paging a.active{
    background: url('/images/landing/paging_active_bg.png') top center no-repeat;
    color: #FFF;
}
div#content div.fader div.fader-items{
    position: absolute;
    z-index: 1;
    top: 60px;
    left: 0;
}
div#content div.fader div.fader-items div.items{
    position: absolute;
    top: 0; left:0;
    display: none;
}
div#content div.enter-site{
    width: 960px;
    margin: 10px auto;
    padding-bottom: 40px;
    border-top: 2px solid #313131;
}
div#content div.enter-site div.enter{
    float: left;
    width: 468px;
    padding: 6px;
}
div#footer{
    border-top: 6px solid #cac9c9;
    height: 128px;
    background: #ffffff;
}