html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:arial, sans-serif;
	font-size:small;
	color:#666666;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	background-image: url(../backgrounds/01.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.table_ini {
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	background-position: 100% 100%;
}
