@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#content {
	background: url(img/bg.jpg) no-repeat;
	background-color: #000;
	width:800px;
	height: 700px;
	margin: 0 auto;
	text-align: center;
}
#rodape {
	width:800px;
	height: 25px;
	margin: 0 auto;
	text-align: right;
}
p {
	margin-left:2px;
	padding:0;
	text-align: left;
}
img {
	border: none;
}
/* LINKS */
a {
	font-size: 12px;
	color: #9fd000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9fd000;
}
a:hover {
	text-decoration: none;
	border: none;
	color: #b9ec12;
}
