﻿/* CSS file for the Website.Master page
** Website: Options for Options Associates
** Created by Mike Knott: April 8th 2009 */

body {
      margin: 0;
      padding: 0;
      background-color: rgb(243, 244, 222); /* Lightest colour of gradient overlay */
      background-image: url("../Images/GradientBG.png"); /* Gradient overlay */
      background-repeat: repeat-x;
      font: small Verdana, Arial sans-serif;
}

#header {
      width: 100%;
      height: 217px;
}

#header_graphic {
      position: relative;
      width: 955px;
      height: 217px;
      margin: 0 auto 0 auto;
      background-image: url("../Images/Header.png");
      background-repeat: no-repeat;
}

.home_click {
      width: 80px;
      height: 80px;
      position: absolute;
      bottom: 4px;
      right: 0;
      background-image: url("../Images/Navigation/button_Home.png");
      background-repeat: no-repeat;
      background-position: 0 0;
}

.home_click:hover {
      background-image: url("../Images/Navigation/button_Home.png");
      background-repeat: no-repeat;
      background-position: -80px 0;
}

#content {
      width: 955px;
      margin: 0 auto 0 auto; /* top margin pushes content below height of header */
}

#footer {
      position: fixed;
      bottom: 0;
      width: 100%;
      height: 100px;
      background-color: rgb(76, 92, 100);
      background-image: url("../Images/footerBG.png");
      background-repeat: repeat-x;
}

#footer_graphic {
      width: 955px;
      height: 80px;
      margin: 10px auto 10px auto;
}