.menu ul li a {
    color: #fff;
}

.maincontent {
    position: relative;
    max-width: 100%;
    padding: 50px 300px;
    background-image: linear-gradient(
180deg
,rgba(245,245,245,.6) 0%,rgba(245,245,245,.6) 100%),url(/imageserver/UserMedia/aandr/homebg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0;
}


.maincontent_wrapper { padding-top:0px; }