body {
    font-family: Arial;
    margin: 0;

    /*background image*/
    background: url(../images/defy/WebsiteBG2.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*sonicart*/
.sonicart {
    max-height: 400px;
    max-width: 400px;
    float: right;
    object-fit: contain;
}

/*Embed*/
.embed {
    margin-left: 60px;
    margin-top: 60px;
    float: left;
    display: flex;
}

/*Header*/
.header {
    height: 96px;
    background: url(../images/bg_top.png);
    display: flex;
    padding: 0 30px;
}


/*Logo*/
.logo {
    float: left;
    width: 260px;
    height: 48px;
    background: url(../images/defy/logo.png) no-repeat 0 1px;
    display:block;
    overflow:hidden;
    text-indent:-10000px;
    margin-left: 30px;
}


/*Menu*/
.menu {
    list-style: none;
    font-size: 20px;
    font-weight: bold;
    padding: 14px 0 0;
    margin-top: 0px;
    width: 415px;
    display: flex;
}

/*Links*/
.Links {
    margin-top: 60px;
    margin-left: 600px;
    margin-right: 500px;
    text-align: center;
}


.menu li {
    color:white;
    margin-right: 0;
    margin-left: 20px;
}


.menu li:last-child {
     margin-right: 0;
 }


.menu li a, #menu li a:active, #menu li a:visited {
    color: #fff;
    text-decoration: none;
 }