/* CSS for champagneweb.com */

body {
  background-color: #000000;
  background-image: url('../images/black-room-bg.jpg');
  background-repeat: repeat-x;
  background-position: top left; 
  margin: 0;
  text-align: center;
}

body, p {
  font-family: "verdana","arial",sans-serif;
  font-size: 14px;
  color: #ffffff;
}

#loading-mask {
  position: fixed;
  background-color: transparent;
  background-image: url('../images/gray-box-backdrop-bg.png');
/*  background-image: url('../images/large-loading.gif'); */
  background-repeat: repeat;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100000;
}

#mirror-image {
  background-color: transparent;
  background-image: url('../images/mirror-finish-test-2.png');
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 900px;
  z-index: -1;
  text-align: center;
}

#gray-box {
  background-color: transparent;
  background-image: url('../images/gray-box.png');
  background-position: center;
  background-repeat: no-repeat;
  overflow: visible;
  width: 450px;
  height: 300px;
  text-align: center;
  position: relative;
  top: -190px;
  z-index: 1000;
}

#gray-box-content {
  position: relative;
  top: 15px;
  left: 15px;
  width: 420px;
  height: 250px;
  text-align: left;
  overflow-y: auto;
}

#gray-box-close {
  font-family: "verdana";
  font-size: 10px;
  position: relative;
  bottom: -25px;
}

#gray-box-close-image {
  vertical-align: middle;
}

#gray-box-backdrop {
  position: fixed;
  background-color: transparent;
  background-image: url('../images/gray-box-backdrop-bg.png');
  background-repeat: repeat;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
}

#comments-box {
  background-color: transparent;
  overflow: visible;
  text-align: center;
  position: relative;
  top: -325px;
  font-size: 10px;
}

#content_table {
  height: 800px;
}

#left_column {
  height: 400px;
  width: 25%;
}

#middle_column {
  min-width: 600px;
  background-color: transparent;
  background-image: url('../images/champagnefamily-bg.png');
  background-position: center;
  background-repeat: no-repeat;
}

#right_column {
  height: 400px;
  width: 25%;
}

#footer {
  font-family: "verdana", sans-serif;
  font-size: 10px;
  text-align: center;
}

#footer hr {
  width: 70%;
}

#addthis-div {
  position: absolute;
  right: 10px;
  top: 10px;
}

a:link, a:active, a:visited {
  color: #aaaaaa;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #cccccc;
  text-decoration: underline;
  font-weight: bold;
}
