html, body {
	height: 100%;
}
body {
	text-align: center; 
	padding: 0; 
	margin: 0;
	background: url(../gr/tile.png) repeat-x #b50574 fixed;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	text-align: center;
}
div#distance { 
	margin-bottom: -298px;
	width: 1px;
	height: 50%;
	float: left;

}
div#content {
	position: relative;
	height: 596px; 
	width: 940px;
	margin: 0 auto;
	clear: left;
}

a{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #db82ba;	
}

a:hover{
	border-bottom: 1px solid #fff;	
}

p{
	margin: 0;
	padding: 0;
	margin-top: 12px;	
}

.left{
	float: left;
	width: 550px;
	padding-right: 50px;
	text-align: left;
}

.right{
	margin-top: 6px;
	background: white;
	float: right;
	width: 310px;
	border: 1px solid #e97fc2;
}

.right a{
	display: block;
	color: #3B5998;
	font-size: 9px;
	padding-left: 5px;
	padding-top: 6px;
	border-bottom: none;
	padding-bottom: 5px;
}