body {
   margin: 0;
   background-color: #dcdbd6;
   font-family: Ubuntu Mono;
}

#container_all {
   width: 988px;
   height: auto;
   margin: 50px auto 0 auto;
   position: relative;
   top: 0;
   left: 0;
}

#header {
   padding: 0;
   height: 50px;
   background-image: url('https://content.wpba24.com/images/header.png');
   background-repeat: no-repeat;
   z-index: 0;
   position: relative;
   top: 0;
   left: 0;
}

#spacer {
   background-image: url('https://content.wpba24.com/images/content.png');
   background-repeat: repeat-y;
   text-align: center;
   font-weight: bold;
   color: #fff;
   height: 64px;
   z-index: 1;
   position: relative;
   top: 0;
   left: 0;
}

#main {
   min-height: 500px;
   padding: 20px;
   width: auto;
   margin: 0 auto 0 auto;
   font-size: 11px;
   color: #000;
   background-image: url('https://content.wpba24.com/images/content.png');
   background-repeat: repeat-y;
   z-index: 2;
   position: relative;
   top: 0;
   left: 0;
}

#left {
   float: left;
   width: 250px;
   margin: 30px 0 0 50px;
}

#right {
   float: right;
   width: 570px;
   margin: 30px 50px 0 0;
   line-height: 170%;
}

#footer {
   padding: 0 10px 10px 10px;
   height: 159px;
   font-size: 9px;
   color: #333;
   font-weight: bold;
   text-align: center;
   background: url('https://content.wpba24.com/images/footer.png') no-repeat;
   z-index: 3;
   position: relative;
   top: 0;
   left: 0;
}

#speech {
   background: url('https://content.wpba24.com/images/speech.png') no-repeat 0 0;
   width: 187px;
   height: 94px;
   z-index: 5;
   margin: 0 auto 0 auto;
   position: absolute;
   top: 45px;
   left: -70px;
   padding: 8px 20px 0 20px;
   font-size: 10px;
   text-align: center;
}

.Stil1 {
   color: #ff4500;
}

h1 {
   font-size: 18px;
   letter-spacing: -1px;
}

a {
   color: #ff4500;
   text-decoration: underline;
}

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