html, body {margin: 0; padding: 0; border: 0;}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif; 
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.1em;
}

hr {	
	width: 100%;
	height: 1px;
}

/************************************************************************** TXT */

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/************************************************************************** DIV */

#Skeleton {
	position: absolute;
	top: 35%;
	left: 25%;
	width: 600px;
	text-align: center;
	height: auto ! important;
	background-color: transparent;
}


html>body #Skeleton {border-bottom:1px solid transparent;}

#Left {

	margin: 0;
	padding: 0;
	/*width: 100%;*/
	width: 600px;
	position: relative;
	text-align: right;
}

#Left a{
	padding-right: 5px;
}

#Right {
	margin: 0;
	padding-left: 9px;
	width: 300px;
	display: block;
	float: right;
	border-left: 1px solid black;
	text-align: left;
}

