@charset "utf-8";
/* CSS Document */

.left{
display: none;
}
.right{
display: none;
}
.float-wrap{
width: 500px;
left: 200px;
}


