#container {
    left:7%;
    top:28%;
    position: fixed;
}
.contact-left,.contact-right{
    padding-top: 120px;
}
.contact-left{
    width: 70%;
    height: 100%;
    float: left;
    background-color: #eeddc3;
}
.contact-right{
    width: 30%;
    height: 100%;
    float: left;
    background-color: #e0c6af;
}
.left-title{
    padding-left: 10%;
    font-size: 18px;
}
.left-content{
    padding-left: 10%;
}
.right-title{
    margin-left: 20px;
}
