/* CSS Document */

body {
	background-color: #000000;
	padding: 0;
	margin: 0;
}

body, div {
	width: 100%;
	height: 100%;
}

table {
	padding: 0;
	margin: 0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}

img {
	border: 0;
}

.centra {
	text-align:center;
}

a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#AAA;
	text-decoration:none;
}


a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:none; color:#FFF }