@charset "utf-8";
/* CSS Document */
*{
margin: 0;
}
span {
	visibility: hidden;
}
a {
	text-decoration:none;
	color: #ffffff;
	font-weight:bold;
}
a:visited {
	color: #ffffff;
}
a:hover {
	color: #00000;
	font-weight:bold;
	
}
a:active {
	color: #000;
}
h1 {
	position:absolute;
	width:300px;
	height:500px;
	top:1px;
	background-repeat: no-repeat;
	left: 1px;
}
body {   
	background-color: #000000;
	margin: 0;
	padding:0;
	font-family: Verdana, Arial;
	font-size:11px;
	text-align:center; /* hack para o IE */	 
	background-position: top center;
	background-repeat: no-repeat;

  
}
#centrar {
	position: relative;
	width: 670px;
	height: 500px;
	margin:0 auto;
	padding: 0px;
	text-align:left; /* "remédio" para o hack do IE */
}

