@charset "UTF-8";
/* CSS Document */

.container {
   width: 520px;
   height: 100px;
   position: absolute;
   left: 40%;
   top: 20%;
   margin-left: -150px; /* Half of width */
   margin-top: -50px;    /* Half of height */
}
.top {text-align: center }

.left {
   float: left;
   width: 260px;
   height: 100%;
}

.right {
   float: right;
   width: 260px;
    height: 100%;
   
}