@charset "utf-8";
/* CSS Document */
body{
padding:0px;
margin:0px;

}
#container{
width:1024px;
height:1200px;
margin:auto;
background-image:url(images/fond.jpg);
padding-top:750px;
background-repeat:no-repeat;

}

#flash{
width:728px;
height:90px;
padding:600px;
background-color:#6633FF;

}

#test{
width:728px;
height:90px;
margin:auto;

}