body {

background-color: #fff;
background-attachment: fixed;
background-size:cover;

}

#header #menu li a.active {
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    background: #63c700;
    background: -moz-linear-gradient(top, #363f4f 0%, #440480 100%);
    background: -webkit-linear-gradient(top, #363f4f 0%, #440480 100%);
    background: linear-gradient(to bottom, #363f4f 0%, #440480 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363f4f', endColorstr='#440480',GradientType=0 );
}

.btn-submit.green {
    box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.5);
    background: #51a000;
    background: -moz-linear-gradient(top, #363f4f 0%, #440480 100%);
    background: -webkit-linear-gradient(top, #363f4f 0%, #440480 100%);
    background: -webkit-linear-gradient(top, #363f4f 0%, #440480 100%);
    background: -o-linear-gradient(top, #363f4f 0%,#440480 100%);
    background: -ms-linear-gradient(top, #363f4f 0%,#440480 100%);
    background: linear-gradient(to bottom, #363f4f 0%, #440480 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363f4f', endColorstr='#440480',GradientType=0 );
}

.btn.green {
    box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.5);
    background: #51a000;
    background: -moz-linear-gradient(top, #363f4f 0%, #440480 100%);
    background: -webkit-linear-gradient(top, #363f4f 0%, #440480 100%);
    background: -webkit-linear-gradient(top, #363f4f 0%, #440480 100%);
    background: -o-linear-gradient(top, #363f4f 0%,#440480 100%);
    background: -ms-linear-gradient(top, #363f4f 0%,#440480 100%);
    background: linear-gradient(to bottom, #363f4f 0%, #440480 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363f4f', endColorstr='#440480',GradientType=0 );
}

a {
    color: #440480;
    text-decoration: none;
}