				img {
				
				opacity:0.99;
				filter:alpha(opacity=99)
				}
				.merge {
				position:fixed;
				opacity:0.2;
				filter:alpha(opacity=20)
				}
				* {
					margin:0;
					padding:0;
					}
			
				html, body {
					height:100%;
					}
			
				body {
					background-color:#878d8d;
					color:#630;
					font:100.01%/1.4 sans-serif;
					text-align:center; /* horizontal centering for IE Win quirks */
					}
				.abs {
					position:absolute;
				}
				.gallery {
					position:absolute;
					left:163px;
					right:15px!ie;
					top:122px;
				}
				#content{
					border-left:1px solid black;
					height:400px;
					left:600px;
				}
				#container {
					margin:0 auto;
					position:relative; /* puts container in front of distance */
					text-align:left;
					height:597px;
					width:1000px;
					clear:left;
					background-color:#000;				
					z-index:99;
					
					
					}
			
				#container div {
					font-size:80%;
					float:right;
					width:17em;
					margin-left:2em;
					}
			
				#container div h2 {
					font-size:120%; 
					font-weight:bold;
					text-transform:uppercase;
					margin:1em 0 0;
					}
			
				#container div h3 {
					font-size:100%;
					font-weight:bold;
					margin:.5em 0 0 .75em;
					}
			
				#container ul {
					margin-left:2em;
					}
			
				#container li span {
					font-size:70%;
					}
					
			
				#container h1 {
					font-size:120%;
					padding-top:2.4em;
					margin-left:2.4em;
					}
			
				#container p {
					margin:1.5em 13.6em 1.5em 3em;
					}
			
				#distance { 
					width:1px;
					height:50%;
					background-color:#fc6;
					margin-bottom:-300px; /* half of container's height */
					float:left;
					}
