body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFF;
}
td {vertical-align: top;}

/* MAIN TABLE */ 
table.main {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
.main td.header {
	text-align:right;
	height:342px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.main td.topRight { background: url(bar.jpg) repeat-y left top;}
.main td.content {
	margin: 0px;
	padding: 0px;
	width: 980px;
}
div.endLink {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	color: #999;
	text-align: center;
	clear: both;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
div.endLink a {
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
}
div.endLink a:hover {
	color: #666;
	font-variant: small-caps;
}

.endLink div.sig {
	margin-bottom: 5px;
	border-right: solid 1px #DBDBDB;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	color: #999;
	text-align: center;
	width: 190px;
	float: left;
	background-image: url(bar.png);
	background-repeat: no-repeat;
	background-position: left 110px;
	padding-top: 10px;
	padding-bottom: 18px;
	margin-top: -108px;
}
.endLink div.trafic {
	float: right;
	margin-right: 10px;
	padding-top: 15px;
}
div#nul{font-size: 1px; margin: 0px; padding: 0px;	clear: both;}

