body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1D1D1D;
	background-image:url(images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	text-align:center; /* horizontal centering for IE Win quirks */
}

a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #999999;
}
a:active {
	color: #333333;
}
a {
	font-weight: bold;
}

p {
	margin: 0;
	padding: 0 0 15px 0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#logo {
	position:relative;
	width: 890px;
	height: 70px;
	padding: 10px 0 1px 0;
}

#slideshow {
	position: relative;
	width: 900px; 
	height: 450px;
	border-style:solid; 
	border-color: #FFFFFF; 
	border-width: 5px;
}

#body {
	position: relative;
	width: 860px; 
	border-style:solid; 
	border-color: #FFFFFF; 
	border-width: 5px;
	padding: 20px;
	background-color:#FFFFFF
}

.fancy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.1em;
}

#bottom {
	position: relative;
	width: 750px;
	margin: 0 auto;
	height: 50px;
	padding: 10px 70px 10px 70px;
}

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-310px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:620px;
	width:910px;
	clear:left;
}

#twitter {
	position: absolute;
	right: 5px;
	top: 10px;
	width: 71px;
	height: 14px;
}

#twitter img {
	border: none;	
}

#facebook {
	position: absolute;
	left: 5px;
	top: 9px;
	width: 75px;
	height: 16px;
}

#facebook img {
	border: none;	
}