html {
  height: 100%;
  margin: 0px; 
  padding: 0px;
  cursor: default;
  overflow-y: scroll;
}
body {
  margin: 0px; 
  padding: 0px;
  height: 100%;
  background-color: #1f1f1f;   
  font-size: 10pt;
  font-family: Georgia, Verdana;
  color: #fff;
}

@font-face {
 font-family: Garamond;
 src: url("gara.ttf"); /* TTF for CSS3 */
 src: url("gara.eot"); /* EOT for IE */
}
/*=======================================================================/ RESET \============*/
form{
  margin: 0;
  padding: 0;
}


/*=======================================================================/ GLOBAL STYLES \============*/
a {
  color: #c7c7c7;
  outline: none;    
}
h1{
  margin: 0;
  margin-bottom: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #595959;
  font-size: 23pt;
  font-weight: normal;
}
h2{
  margin: 0;
  margin-bottom: 14px;
  font-weight: bold;
  padding: 0;
  color: #fff;
  text-decoration: none;
  font-family: Garamond;
  font-size: 12pt; 
}

/*=======================================================================/ SPACERS \============*/

.clear{
  clear: both;
}
.spacer{
  margin-top: 20px;
  clear: both;
  height: 30px;
  background-image: url('/images/spacer.png');
  background-repeat: no-repeat;
  background-position: center;

}

/*=======================================================================/ CONTAINERS \============*/
#divContainer {
  min-height: 100%;
  position: relative;
}
#divTopbar{
  height: 24px;
  background-image: url('/images/topbar.png');
  background-repeat: repeat-x;
}



.intro .orderpagebutton{
  display: block; 
  width: 570px;
    width: 200px;

  color: #aaa;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  cursor: pointer;
  background-color: #252525; 
  border: 1px solid #444; 
  border-bottom: 1px solid #444;
  border-right: 1px solid #444;

    border: 1px solid #23A790;

  font-family: Georgia;
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 15px;
}

.intro .orderpagebutton{

}

.intro .orderpagebutton:hover{
  background-color: #323232;
  color: #23a68e;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.75);
}