body {

    background-color: #000;
    color: #fff;
    font-family:"Helvetica", "Arial", "FreeSans", "Verdana", "Tahoma", "Lucida Sans", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
}
::-webkit-scrollbar { 
    display: none; 
}
a:link {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
a:visited {
    color: #fff;
}
a:hover {
    color: #aaa;
}

@font-face {
    font-family: florenceSans;
    src: url(/Florsn01.ttf);
}
@font-face {
    font-family: kenzo;
    src: url(/KenzoRegular.otf);
}
@font-face {
    font-family: dinalt;
    src: url(/DINAlternateBold.otf);
}
@font-face {
    font-family: moviefont;
    src: url(/UniversLTStd-ThinUltraCn.otf);
}
.header {
	font-size: 80%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    background-color: #000000;
    line-height: 120px;
    overflow: hidden;
    z-index: 10;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
#headerclick {
    position: fixed;
    top: 0;
    left: 0;
    right: 80%;
    height: 120px;
    background-color: #334;
    line-height: 120px;
}
#headerRight {
    float: right;
    margin-right: 2.5%;
}
#headerRight div, #headerRight h1 {
    float: left;
    font-size: 14px;
}
.header .nav {
    width: 170px;
    text-align:center;
    display: inline-block;
    text-transform: uppercase;
    font-family: dinalt;
    letter-spacing: 3px;
}
#headerWork {
    margin-left: 0%;
}
#logoindex {
    margin-top: 15px;
    display: block;
    float: right;
    width: 240px;
    height: 90px;
    text-indent: -9999px;
    background-image: url(/afsitelogocorner2r210.png);
    background-size: 240px 90px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
#logoindex:hover {
    opacity: 0.7;
}
#logo {
    margin-top: 15px;
    display: block;
    float: right;
    width: 210px;
    height: 90px;
    text-indent: -9999px;
    background-image: url(/AFSITELOGOCORNER1r.png);
    background-size: 210px 90px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
#logo:hover {
    opacity: 0.7;
}
#logob {
    margin-top: 28px;
    display: block;
    float: right;
    width: 140px;
    height: 60px;
    text-indent: -9999px;
    background-image: url(/AFSITELOGOCORNERb2.png);
    z-index: 300;
    background-size: 140px 60px;
            opacity:0;
    animation: fadein 1s linear;
    -webkit-animation: fadein 1s linear;
    -moz-animation: fadein 1s linear;
    -ms-animation: fadein 1s linear;
    -o-animation: fadein 1s linear;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;

}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
#logo2 {
    display: block;
    width: 300px;
    height: 270px;
    text-indent: -9999px;
    background-position:center center;
    background-image: url(/afsitelogo.png);
}
#bluetext {
    color: #7498ff;
    font-size: 84%;
}
#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 38px;
    text-transform: uppercase;
    background-color: #000;
    line-height: 13px;
    font-family: dinalt;
    letter-spacing:3px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
#footerLeft {
    float:left;
    margin-left: 2%;
    font-size: 9px;
    margin-top: 9px;
}
#footerRight {
    float:right;
    margin-right: 2%;
    font-size: 9px;
    margin-top: 8px;
    text-align: right;
}
#footerCenter img { 
margin-left:3px; 
margin-right:3px; 
} 
#footerCenter {
    margin:0 auto;
    width:160px;
    text-align: centre;
    font-size: 9px;
    margin-top: 8px;   
}
#content {
	top: 120px;
}
#maincontent{
	top: 120px;
}
#sidebar {
	top: 120px;
}
#rsidebar {
	top: 120px;
}