 * {
	margin: 0;
	padding: 0;
}

  body {
   font-family: Georgia, "Times New Roman", Times, serif;
   color: purple;
   background-color: #000000;
   text-align: center;
}

#page {
	margin:0 auto;
	width:990px;
	text-align:left;
}
  
  p.banner {
	background: url(Pics/background_clean.gif) no-repeat;
	height: 988px;
	width: 960px;
	left: 0px;
	top: 0px;
	position: relative;
	float: none;
	z-index: 0;
}

    
  p.picture {
	background: url(Pics/background.gif) no-repeat;
	height: 988px;
	width: 960px;
	left: 0px;
	top: 0px;
	position: relative;
	float: none;
	z-index: 0;
}


  div.textbox {
	background: #ccccff;
	height: 712px;
	width: 690px;
	top: -1430px;
	left: 20px;
	position: relative;
	overflow: auto;
	color: black;
	font-family: Georgia;
}

  p.theme {
   top: 575px;
   width: 960px;
   position: absolute;
   font-size: 24px;
   text-align: center;
   margin-left: 12px;
   color: rgb(251,200,28);
}

  p.partners {
   top: 800px;
   width: 720px;
   position: absolute;
   font-size: 18px;
   text-align: center;
   color: rgb(20,189,0);
}

  span.col1 {
   position: absolute;
   top: 830px;
   margin-left: 100px;
   font-size: 14px;
   color: rgb(20,189,0);
}

  span.col2 {
   position: absolute;
   top: 830px;
   margin-left: 400px;
   font-size: 14px;
   color: rgb(20,189,0);
}

  p.info {
   top: 990px;
   width: 960px;
   height: 1em;
   background-color: black;
   position: absolute;
   text-align: center;
}

  ul.navbar {
   width: 222px;
   font-family: Georgia;
   color: black;
   font-weight: bold;
   text-align: center;
   top: -714px;
   left: 730px;
   height: 720px;
   position: relative;
   z-index: 1;
}

 ul.navbar li {
  background: #9999ff;
  padding: 11px;
  border: 4px solid #6000d1;
  margin-bottom: 0.5em;
  list-style-type: none;
  text-align: center;
  font-size: 15px;
}

 ul.navbar li.call {
  background: #cc3300;
  padding: 11px;
  border: 4px solid #6000d1;
  margin-bottom: 0.5em;
  list-style-type: none;
  text-align: center;
  font-size: 15px;
}

 ul.navbar li.exhibitors {
  background: #99cc00;
  padding: 11px;
  border: 4px solid #6000d1;
  margin-bottom: 0.5em;
  list-style-type: none;
  text-align: center;
  font-size: 15px;
}

  ul.navbar a {
    text-decoration: none;
}

  a:link {
    color: black;
}
    
  a:visited {
    color: black;
}

