		*{
			margin:0;
			padding:0;
		}
		a{
			color:#333333;
			font:14px "Century Gothic", Arial, sans-serif;
			font-weight:bold;
			text-decoration: none;
			outline: none;
		}
		a:hover{
			text-decoration: underline;
		}
		.highlight {
			color:#660000;
			font:16px "Century Gothic", Arial, sans-serif;
			font-weight:bold;
			}
		img{
			border:none;
		}
		body {
			overflow:hidden;/*Needed to eliminate scrollbars*/
			background:#000;
		}
		#slidecounter{
			float:center;
			color:#4F4F4F;
			font:14px "Century Gothic", Arial, sans-serif;
			font-weight:bold;
			margin:0px 0;
			padding: 0px;
		}
		#slidecaption{
			overflow: hidden;
			float:center;
			color:#4F4F4F;
			font:14px "Century Gothic", Arial, sans-serif;
			font-weight:bold;
			margin:0px 0;
		}
		/*Supersized Stamp*/
		.stamp{
			float: right;
			margin: 25px 20px 0 0;
		}
		/*Supersize Plugin Styles*/
		#navigation{
			float: right;
			margin: 0px 55px 0px 0px;
		}
		#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(images/progress.gif);
		}
		#supersize{
			position:fixed;
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			z-index: 0;
			-ms-interpolation-mode: bicubic;
			visibility:hidden;
		}
		#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
			visibility:visible
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
			visibility:visible
		}
		       .logo {
				width: 280px;
                filter:alpha(opacity=70);
				-moz-opacity:.7;
				opacity:.7;
                text-align: center;
                display: block;
                width: auto;
                padding: 0;
				left: 45px;
               	top: 35px;
                z-index: 100;
                position: absolute;
			}
			#menu {
				border-top: 1px solid #d7d1d0;
				border-bottom: 1px solid #d7d1d0;
				background: #ffffff;
				bottom:5%;
				width: 100%;
				margin: 0px;
				color:#000000;
                padding: 2px;
                z-index: 100;
                position: absolute;
				filter:alpha(opacity=50);
				-moz-opacity:.50;
				opacity:.50;
			}
			#menu ul {
				list-style-type: none;
                padding: 0px 10px 0px 45px;
                margin: 0;
				text-align:left;
				}
			#menu ul li{
				text-align:left;
				padding:0px 10px 0px 0px;
				display: inline;
			}
			#email {
				bottom:1%;
				width: 100%;
				text-align: center;
				margin: 0px;
                z-index: 100;
                position: absolute;
				color:#cccccc;
				font:10px Arial, sans-serif;
			}
			#email a {
				color:#efefef;
				font:10px Arial, sans-serif;
				text-decoration: none;
			}
			#email a:hover {
				text-decoration: underline;
			}
			
			#menu {
  /* IE5.5+/Win - this is more specific than the IE 5.0 version */
  left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  bottom: expression( ( 5 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + '%' );
}

.logo {
  /* IE5.5+/Win - this is more specific than the IE 5.0 version */
  left: expression( ( 45 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  top: expression( ( 35 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}