﻿


/* layout.css */

body {
  margin: 0;
  padding: 0;
}

.floater {
  background-color: #ffffff;
  height: 169px;
  left: 50%;
  margin: -85px 0 0 -170px;
  position: fixed;
  top: 50%;
  width: 340px;
}



