div {
    font-family: arial, helvetica, sans-serif;
}
body {
    margin-top: 50px;
    background: #000000;
    color: #FFFFFF;
    }
a {
    text-decoration: none;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #0c0a70;
}
.light-txt-dark-bg {
    color: #e0eff4;
}
div.lpLeft {
    float: left;
    width: 362px;
    borde: none;
    padding-right: 50px;
    text-align: center;
    }

div.lpRight {
    float: right;
    width: 362px;
    border: none;
    padding-left: 50px;
    text-align: center;
    }

div.lpBody {
    width: 1000px;
    /* border: 1px solid red; */
    margin-left: auto ;
    margin-right: auto ;
    height: 450px;
    }
#top_left {
    border-bottom: 2px groove #5555ff;
}
#top_right {
    border-bottom: 2px groove #5555ff;
    position: relative;
    background: url('guitar_castle2.png');
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}
.guitar-link {
    font-size: 18px;
    display: block;
    margin-top: 0px;
    color: #66ffaf !important;
}
div.lpHeader {
    width: 100%;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    font-style: oblique;
    font-family: serif;
    margin-bottom: 20px;
    width: 100%;
    height: 103px;
    background: url('v7p_logo.png');
    background-repeat: no-repeat;
    background-position: center;
}
div.quadrant {
    border: 1px solid black;
    position: relative;
    width: 362px;
    height: 200px;
}
div.quadrant img {
    margin-left: auto;
    margin-right: auto;
}
div.lpCenterCross {
    background: url('Ccross.png');
    background-repeat: no-repeat;
    /* border: 1px solid green; */
    position: relative;
    left: 367px;
    width: 267px;
    height: 400px;

}
.button {
    text-decoration: none;
    color: white;
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    padding-top: 12px;
    display: block;
    background: url('blue_button.png');
    background-repeat: no-repeat;
    width: 273px;
    height: 41px;
    overflow: visible;
    text-align: center;
}
