.home_content {
   margin-right: auto;
   margin-left: auto;
   position: relative;
   width: 1350px;
   height: 100vh;
}

#home_msg {
   font-size: 30px;
   padding-top: 8px;
   padding-right: 8px;
   padding-bottom: 8px;
   padding-left: 8px;
   text-align: center;
   background: rgba(199, 172, 125, 0.4);
   margin-right: auto;
   margin-left: auto;
   position: absolute;
   left: 360px;
   top: 0px;
   display: block;
   width: 700px;
}

.home_graphic {
   text-align: right;
   position: absolute;
   left: 1100px;
   top: 20px;
   float: right;
   display: block;
}

.home_img {
   border: 10px solid #35170d;
   width: 350px;
}

#logo {
   font-family: Rye, Bodoni MT Poster Compressed, Yellowtail;
   font-size: 65px;
   text-shadow: #fff 0px 0px 8px;
   margin-left: 450px;
}

#logo a:link {
   color: #000;
   text-decoration: none;
}

#logo a:visited {
   color: #000;
   text-decoration: none;
}

#logo a:hover {
   color: #333;
   text-decoration: underline;
}

#logo a:active {
   color: #833;
   text-decoration: underline;
}

#tagline {
   font-family: Rye, Bodoni MT Poster Compressed, Yellowtail;
   font-size: 21px;
   margin-left: 550px;
}

.content_center {
   margin-right: auto;
   margin-left: auto;
   width: 600px;
}

.antique_border {
   position: absolute;
   display: block;
   width: 100px;
}

.top_left {
   left: 0px;
   top: 0px;
}

.top_right {
   top: 0px;
   right: 0px;
}

.bottom_left {
   left: 0px;
   bottom: 5px;
}

.bottom_right {
   right: 0px;
   bottom: 5px;
}

#home_msg .small {
   font-size: 20px;
   line-height: 1.3;
   margin-top: 0px;
   margin-bottom: 0px;
}

#wrap {
   height: 100vh;
}

#content_div {
   font-family: Rye, Bodoni MT Poster Compressed, Yellowtail;
}

#content_div a:link {
   color: #000;
   font-weight: bold;
   text-decoration: none;
}

#content_div a:visited {
   color: #000;
   text-decoration: none;
}

#content_div a:hover {
   color: #555;
   text-decoration: underline;
}

#content_div a:active {
   color: #f55;
   text-decoration: underline;
}

body {
}

html {
   background-image: url('/images/debbe3_bkgnd.jpg');
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-size: cover;
}

#breeze_link {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color: #CCCCCC;
   text-align: right;
   position: absolute;
   right: 80px;
   bottom: 30px;
   display: block;
   width: 300px;
}

#breeze_link a:link {
   color: #CCCCCC;
   text-decoration: none;
}

#breeze_link a:visited {
   color: #CCCCCC;
   text-decoration: none;
}

#breeze_link a:hover {
   color: #999999;
   text-decoration: underline;
}

#breeze_link a:active {
   color: #AA9999;
   text-decoration: underline;
}

