div#container {
   margin: 0 auto 0 auto;
   position: relative;
   text-align: left;
   width: 1280px;
}
body {
   background-color: #FFFFFF;
   color: #000000;
   font-family: "Open Sans";
   font-size: 19px;
   font-weight: normal;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
a {
   color: #FFFFFF;
   text-decoration: none;
}
a:hover {
   color: #FFFFFF;
   text-decoration: none;
}
input:focus,
textarea:focus,
select:focus {
   outline: none;
}
#preloader {
   background: #FFFFFF url("images/indicator.gif") no-repeat center center;
   bottom: 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 99999;
}
