body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

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

th {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color:#000000;	
	text-decoration: none;
}
a:hover {

	color:#999999;
	text-decoration:underline;

}

#main {
	position:absolute;
	left:50%;
	width:1024px;
	height:1950px;
	margin-left:-512px;
	z-index:1;
}

#ads {
	position:absolute;
	left:0px;
	top:125px;
	width:180px;
	height:800px;
	z-index:2;
}
#body {
	position:absolute;
	left:190px;
	top:125px;
	width:835px;
	height:600px;
	z-index:3;
}
#converter {
	position:absolute;
	left:81px;
	top:87px;
	width:657px;
	height:434px;
	z-index:2;
}
#body #converter h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 30px;
	text-align:left;
}
#body #converter fieldset { padding: 16px; }
#body #converter fieldset label {
	width: 38%;
	float: left;
	font-weight: bold;
}
#body #converter fieldset .fields {
	float: left;
	width: 58%;
}
#body #converter fieldset legend {
	color: #7ABFFF;
	margin-bottom: 16px;
}
#body #converter fieldset .buttons_container {
	text-align: center;
	padding-top: 20px;
	clear: both;
}
#body #converter fieldset .row {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 2px;
}
#body #converter .fb {

	margin-top: 20px;

}

#text {
	position:absolute;
	left:80px;
	top:30px;
	width:750px;
	height:500px;
	z-index:2;
}
#body #text h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 30px;
	text-align:left;
}
#body #text h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 30px;
	text-align:left;
}
#body #text a {
	font-weight: bold;
	color: #000;
	text-decoration:none;
}
#body #text a:hover{
	color: #000;
	text-decoration:underline;
}
#body #text p {

	text-align:justify;

}
#footer {
	position:absolute;
	left:1px;
	top:1890px;
	width:1024px;
	height:60px;
	z-index:4;
}
#footer .content {
	width: 1024px;
	clear: both;
	
}
#footer p {
	margin: 0px;
	padding: 0px;
}

#footer .split { height:40px; }
#footer .about { float: right; }
