body {
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: Arial, Sans-Serif; }

img.bg {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1; }

.centered {
  margin: 10px auto;
  width: 867px;
  position: relative; }
  .centered .title {
    position: absolute;
    top: 11px;
    left: 0px;
    text-align: right;
    width: 115px;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px; }

#floating {
  position: fixed;
  right: 5px;
  bottom: 100px;
  background: #eeefe9;
  width: 208px;
  z-index: 2; }

#prep {
  /*
  position: absolute;
  left: 739px;
  top: 4119px;
  */
  background: #eeefe9;
  width: 230px;
  z-index: 2; }

#floating .inner, #prep .inner {
  border: 2px solid #8a1424;
  padding: 6px 8px 4px 9px; }
  #floating .inner img, #prep .inner img {
    border: 0; }
  #floating .inner .title, #prep .inner .title {
    color: #8a1424;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px; }
  #floating .inner .logo, #prep .inner .logo {
    float: right; }
  #floating .inner .text, #prep .inner .text {
    font-size: 11px;
    line-height: 14px;
	/*font-weight: 1300 ;*/
	font-weight: normal ;
	/*color: #CCCCCC;*/
    margin: 8px 0 4px 0; }
  #floating .inner .more-detail, #prep .inner .more-detail {
    padding: 2px;
    float: left;
    display: block;
    color: #fff;
    background: #8a1424;
    text-decoration: none;
    font-size: 11px;
    line-height: 12px; }
  #floating .inner .click-here, #prep .inner .click-here {
    font-size: 11px;
    line-height: 24px;
    padding: 6px 0 0 0;
    text-decoration: none;
    color: #0D69DA;
    display: block; }
    #floating .inner .click-here a.red, #prep .inner .click-here a.red {
      background: url(more-detail-red.png) scroll no-repeat 0 0;
      width: 70px;
      height: 18px; }
    #floating .inner .click-here a.red:hover, #prep .inner .click-here a.red:hover {
      background: url(more-detail-red.png) scroll no-repeat 0 -18px; }
    #floating .inner .click-here a.grey, #prep .inner .click-here a.grey {
      background: url(more-detail.png) scroll no-repeat 0 0;
      width: 70px;
      height: 18px; }
    #floating .inner .click-here a.grey:hover, #prep .inner .click-here a.grey:hover {
      background: url(more-detail.png) scroll no-repeat 0 -18px; }
  #floating .inner .in-partnership, #prep .inner .in-partnership {
    float: right;
    font-size: 10px;
    line-height: 14px;
    text-align: right;
    height: 30px;
    color: #666;
    margin-top: 4px; }
    #floating .inner .in-partnership img, #prep .inner .in-partnership img {
      width: 70px;
      padding: 0;
      display: block;
      margin: 0 0 0 auto;
      border: none; }