body {
    background: url("lav.jpg");
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0px auto;
    width: 920px;

}

#menutop {
    float: right;
    margin-top: -4px;
    height: 25px;
    background: #cce6ff;
    width: 100%;
}

#menutop a{
    font-family: sans-serif;
    color: #379bff;
    font-size: 12px;
    background: url("tbgwhite.png");
    padding: 6px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    opacity: 0.5;
    text-decoration: none;
    transition: all ease-in 0.3s;
}
#menutop a:hover {
    opacity: 1.0;
    position: relative;
    top: 4px;
    transition: all ease-in 0.3s;
}

.head {
    clear: both;
    background: url("random_4.png");
    background-size: 100%;
    height: 200px;
    padding: 30px;

    margin-top: 30px;
}


.content {
    margin-top: -35px;
}

.content .menu {
    margin-left: 230px;
}

.content .menu a{
    text-decoration: none;
    margin: 15px;
    padding: 10px;
    font-family: monospace;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}





.content .sidebar {
    width: 20%;
    height: 450px;
    background: #edcdfe;
    float: left;
    margin-top: -30px;
    padding: 10px;
    box-shadow: #444 0px 0px 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 5px;
}

.content .sidebar .sidecon{
    font-family: monospace;
    font-size: 14px;
    color: #c7b3cc;
}

.content .contentmain {
    background: url("pop.jpg");
    margin-top: -25px;
    width: 60%;
    margin-left: 190px;
    padding: 20px;
}
.content .contentmain .com{
    background: url("pop.png");
    padding: 30px;
    background-size: 100%;
    background-position: inherit;
    background-repeat: no-repeat;
}
.content .contentmain .com .me p {
    background: url("tbgwhite.png");
    padding: 10px;
    border-radius: 10px;
}

.content .sideright{
    width: 16%;
    height: 400px;
    padding: 5px;
    background: #ffe1f0;
    float: right;
    position: relative;
    margin-top: -1590px;
    border: dashed #FFF 2px;
    box-shadow: #ffbfbf 0px 0px 3px;
}

.content .sideright #simg {
    width: 100%;
    text-align: center;
    color: #379bff;
    padding: 2px;
    float: right;
    margin-top: -50px;
    margin-bottom: 15px;
    height: 0px;
    background: #fff;
    box-shadow: 0px 0px 3px #555;
}

.footer {
    clear: both;
    height: 15px;
    background: #eaf9ff;
    font-family: monospace;
    font-size: 10px;
    color: #95135f;
    padding: 5px;
    text-align: center;
}

