body{
    background-color: bisque;
}
#header{
    background: url(image/タイトル.png);
    width: 1000px;
    height: 562px;
}

#wrap{
    background-color: #ffffff;
    width: 1000px;
    margin: auto;
}
#left{
    background-color: #ecf8d7;
    width: 424px;
    height: 300px;
    float: left;
}
#right{
    background-color: #ffffff;
    width: 576px;
    height: 300px;
    float: right;
}
#text{
    margin-left: 25px;
}


