/* CSS Document */

	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		background-image: url(images/center-bg.jpg);
		background-repeat: repeat-y ;
 		background-position: center;
		background-color:#aaac96;
		text-align:center; /* horizontal centering for IE Win quirks */
		}

	#distance { 
		width:1px;
		height:50%;
		background-color:#000;
		margin-bottom:-13.75em; /* half of container's height */
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:27.5em;
		width:45em;
		clear:left;
		background-color:#000;
		
		}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:.5em;
	color: #333333;
}

.td {
	align: left;
	line-height: .5cm;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	
}
.table {
	align: left;
	letter-spacing: 8px;
	line-height: 3cm;

}

img { 
    vertical-align: bottom;
	border: 0px;
    }

a:link { 
	color: #42291a;
	text-decoration: none;
	border: 0px;
	font-size: 11px;
	font-family: Trebuchet MS;
	}
a:visited { 
	color: #42291a;
	text-decoration: none;
	border: 0px;
	font-size: 11px;
	font-family: Trebuchet MS;
	}
a:hover { 
	color: #7d2501;
	text-decoration: none;
	border: 0px;
	font-size: 11px;
	font-family: Trebuchet MS;
	}
a:active { 
	color: #7d2501;
	text-decoration: none;
	border: 0px;
	font-size: 11px;
	font-family: Trebuchet MS;
	}

