@charset "utf-8";
/* CSS Document */

#container{
height: 450px;
width: 1100px;
position: relative;
}
#background{
z-index: 1;
position: absolute;
}
#content{
z-index: 2;
position: relative;
}

