body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align:center;
}

object { outline:none; }


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

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

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

#body {
	position: relative;
	width: 940px; 
	height: 550px;
}

#bottom {
	position: relative;
	margin: 0 auto;
	width: 940px;
	height: 20px;
	padding: 10px 0 0 0;
	text-align:right;
	color:#c2c2c2;
	font-size: 9px;
}

#bottom p {
	padding: 5px 0 0 0;	
}

#bottom img {
	padding-left: 8px;	
}

#bottom a {
	color:#c2c2c2;
	text-decoration:none;
	weight: normal;
	font-size: 10px;
}

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

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

#container {
	margin:0 auto;
	position:relative;
	text-align:left;
	height:550px;
	width:940px;
	clear:left;
}

a#twitter {
	position: relative;
	display: block;
	float: right;
	margin: 0 4px 0 4px;
	width: 24px;
	height: 24px;
	background: url(/img/twitter.gif) no-repeat 0 0;
	text-indent: -9009px;
	text-align: center;
}

	a#twitter:hover {
		background-position: 0 -24px;	
	}
	
a#facebook {
	position: relative;
	display: block;
	float: right;
	margin: 0 4px 0 8px;
	width: 24px;
	height: 24px;
	background: url(/img/facebook.gif) no-repeat 0 0;
	text-indent: -9009px;
	text-align: center;
}

	a#facebook:hover {
		background-position: 0 -24px;	
	}
