 * {
	margin: 0;
	padding: 0;
}

  body {
    	font-family: Georgia, "Times New Roman",
          Times, serif;
    	color: purple;
    	background-color: #000000;
    	position: relative;
}
    
 p.banner {
	width: 960px;
	height: 250px;
	top: 0;
	left: 0;
	background: url(banner.gif) no-repeat center;
}
    
  p.picture {
	background: url(pic.gif) no-repeat;
	height: 720px;
	width: 760px;
	left: 200px;
	top: 275px;
	position: absolute;
	float: none;
	z-index: 0;
}

  div.textbox {
	background: #ccccff;
	height: 712px;
	width: 660px;
	left: 300px;
	top: 275px;
	position: absolute;
	overflow: auto;
	color: black;
	font-family: Georgia;
}

  p.info {
	top: 750px;
	position: relative;
	text-align: center;
}

  ul.navbar {
    width: 222px;
	font-family: Georgia;
	color: black;
	font-weight: bold;
	text-align: center;
	top: 275px;
	left: 60px;
	height: 720px;
	position: absolute;
	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;
}
