/* CSS Document */
html, body {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.main{
display:block;
width: 100%;
height:100%;
text-align: center;
}
table.main{
width: 100%;
height:100%;
text-align:center;
}
p {
 font:normal 10px Arial, Helvetica, sans-serif;
 }
a {
 font:normal 10px Arial, Helvetica, sans-serif;
}
a:link {	
	text-decoration: none;
}	
a:hover	{
	text-decoration: underline;
}