﻿body {
    margin: 0px;
    background-color: pink;
}

  .row, .col { overflow: hidden; position: absolute; }
  .row { left: 15px; right: 15px; }
  .col { top: 0; bottom: 0; }
  .scroll-x { overflow-x: auto; }
  .scroll-y { overflow-y: auto; }
  .header.row { 
    top: 0; 
    height: 125px;
    background: #fbfbfb;
    padding: 25px 200px 0 200px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(98,98,98,0.4);
    -moz-box-shadow: 0px 0px 40px 0px rgba(98,98,98,0.4);
    box-shadow: 0px 0px 40px 0px rgba(98,98,98,0.4);
  }
  .main.row { 
    top: 150px; 
    bottom: 100px; 
    padding-bottom: 10px;
  }
  .footer.row { 
    height: 100px;
    bottom: 0; 
    background: rgba(98,98,98,1); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(white, rgba(98,98,98,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, rgba(98,98,98,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, rgba(98,98,98,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, rgba(98,98,98,1)); /* Standard syntax */
  }

    .mainMain.row { 
    top: 150px; 
    bottom: 10px; 
    height: auto;
    padding-bottom: 10px;
  }
  .footerMain.row { 
    height: 80px; 
    bottom: 0; 
    background: rgba(98,98,98,1); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(white, rgba(98,98,98,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, rgba(98,98,98,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, rgba(98,98,98,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, rgba(98,98,98,1)); /* Standard syntax */
  }

.logo {
    display: block;
    height: 86px;
    text-decoration: none !important;
    margin: -2px 0 0 0;
    position: relative;
}

.logoBefore {
    float: left;
}

.logoAfter {
    float: right;
}

.IntroSection {
    letter-spacing: 1px;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.3333333333333333em;
    padding-top:100px;
    padding-bottom:100px;
}
.intro {
    margin-left: auto ;
    margin-right: auto ;
    width: 500px;
}
.loginDiv {
    margin-left: auto ;
    margin-right: auto ;
    width: 500px;
}
.mainDiv {
    margin-left: auto ;
    margin-right: auto ;
    max-width: 900px;
}