body {
    background-color: #E9F19B;
    
}
#container {
    width: 1500px;
}
#container #header {
    height: 100px;

}
#container #button {
    width: 200px;
    height: 500px;
    float: left;
}
#container #home {
    width: 1000px;
    height: 500px;
    float: left;
}
#container #video_music {
    width: 300px;
    height: 500px;
    float: right;
}
#container #marquee {
    height: 100px;
    clear: left;
}
#container #footer {
    height: 100px;
}
