* {
	margin: 0px;
	padding: 0px;
	}

body {
	text-align: center;
	background-color: #2c2c2c;
	font-family: Tahoma;
	word-spacing: 1;
	line-height: 130%;
	color: #9f9e9e;
	font-size: 12px;
   }

#main_content {
/*	top: 50%;
	left: 50%;
	margin-left: -456px;
	margin-top: -327px;
	width: 912px;
	height:654px;
	position: absolute;
	*/
	position: relative;
	text-align: left;
	height: 654px;
	width: 912px;
	margin: 0 auto;
	clear: left;
	}

#left_content {
	float: left;
	width: 400px;
	}
#right_content{
	float: right;
	}

#text_left {
	padding-top: 50px;
	text-align: right;
	}

#text_right{
	padding-top: 32px;
	}
#old_site_text{
	padding-top: 44px;
	color: #9f9e9e;
	font-size: 18px;
	line-height: 130%
	}
.site_link {
	color: #1ac7f5;
	}
a {
	color: #fff;
	}
.contact{
	padding-top: 20px;
	}

ul {
	list-style: none;
	}
li {
	padding-top: 5px;
	}
#footer{
	padding-top: 10px;
	}

#distance { 
	margin-bottom: -327px;
	width: 1px;
	height: 50%;
	float: left;
}