/*
*{
    margin:0;
    padding:0;
}
body {
    font:14px/1.3 Arial,sans-serif;
    background:url("../images/background.jpg") no-repeat center center fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
*/
html {
    position         : relative;
    min-height       : 100%;
}


header {
    background-color : #274724;
    box-shadow       : 0 -1p x 2px #111111;
    color            : #fff;
    display          : block;
    height           : 65px;
    position         : relative;
    width            : 100%;
    z-index          : 100;
}


header h2{
    font-size        : 28px;
    text-shadow      : 2px 3px 2px #A4A4A4;
    font-weight      : normal;
    left             : 1%;
    position         : absolute;
    top              : 1%;
    bottom           : 0%;
    width            : 540px;
}

.enca2{
    border           : none;
    width            : 317px;
    color            : #fcfcfc;
    font-size        : 14px;
    line-height      : 25px;
    margin           : 10px 10px 10px 10px;
    right            : 1%;
    position         : absolute;
    bottom           : 2%;
}

header a.stuts,a.stuts:visited{
    border           : none;
    text-decoration  : none;
    color            : #fcfcfc;
    font-size        : 14px;
    left             : 50%;
    line-height      : 31px;
    margin           : 23px 0 0 110px;
    position         : absolute;
    top              : 0;
}

header .stuts span {
    font-size        : 22px;
    font-weight      : bold;
    margin-left      : 5px;
}

footer {
    background-color : #274724;
    box-shadow       : 0 -1px 2px #111111;
    color            : #fff;
    display          : block;
    z-index          : 100;
    position         : fixed;
    left             : 0;
    bottom           : 0;
    height           : 35px;
    width            : 100%;
}


.footer2 {
    background-color : #274724;
    box-shadow       : 0 -1px 2px #111111;
    color            : #fff;
    display          : block;
    z-index          : 100;
    position         : fixed;
    left             : 0;
    bottom           : 0;
    height           : 35px;
    width            : 100%;         
}