body {
  background-color:#49a445;
  text-align: center;
}

#container {
  width:843px;
  margin: 0 auto;
  background-color:#347d38;
}

#download-text {
  height:60px;
  font-family:"Trebuchet MS", Ariel, sans serif;
  font-size:15px;
  font-weight:bold;
  line-height:55px;
  color:white;
  letter-spacing:-.5px;
  background-color:#347d38;
}

#top-message {
  font-family:"Trebuchet MS", Ariel, sans serif;
  font-size:24px;
  color:white;
  font-weight:bold;
  background-color:#2A86B5;
  line-height:40px;
  height:40px
}

#mid-message {
  font-family:"Trebuchet MS", Ariel, sans serif;
  font-size:18px;
  color:white;
  font-weight:bold;
  background-color:#2A86B5;
  line-height:40px;
  height:40px
}

#top-message a:link {
         color: #FFFFFF;
         text-decoration: none;
         }
#top-message a:visited {
         color: #FFFFFF;
         text-decoration: none;
         }
#top-message a:hover {
         color: #2A86B5;
         background-color: #74CCE2;
         text-decoration: none;
         }
#top-message a:active {
         color: #333333;
         text-decoration: none;
         }
         
#mid-message a:link {
         color: #FFFFFF;
         text-decoration: none;
         }
#mid-message a:visited {
         color: #FFFFFF;
         text-decoration: none;
         }
#mid-message a:hover {
         color: #2A86B5;
         background-color: #74CCE2;
         text-decoration: none;
         }
#mid-message a:active {
         color: #333333;
         text-decoration: none;
         }

#download-text a:link {
         color: #FFFFFF;
         text-decoration: none;
         }
#download-text a:visited {
         color: #FFFFFF;
         text-decoration: none;
         }
#download-text a:hover {
         color: #CCCCCC;
         background-color: #333333;
         text-decoration: none;
         }
#download-text a:active {
         color: #333333;
         text-decoration: none;
         }
         
.body-text {
  text-align:left;
  margin:20px;   
  font-family:"Trebuchet MS", Ariel, sans serif;
  font-size:18px;
  color:white;
}

.body-text2 {
  text-align:center;
  margin:10px;   
  font-family:"Trebuchet MS", Ariel, sans serif;
  font-size:18px;
  color:white;
}

.body-text2 a:link {
         color: #FFFFFF;
         text-decoration: underline;
         }
.body-text2 a:visited {
         color: #FFFFFF;
         text-decoration: underline;
         }
.body-text2 a:hover {
         color: #CCCCCC;
         background-color: #333333;
         text-decoration: none;
         }
.body-text2 a:active {
         color: #333333;
         text-decoration: none;
         }
.exhibitors-list {
display:table-row-group;
}
.exhibitor-list1 {
width:400px;
display:table-cell;
}
.exhibitor-list2{
width:400px;
display:table-cell;
}