/* RESET */
*{ margin: 0; padding: 0; }
ul,ol { list-style: none; }


/* GERAL */
body {
/*	margin: 0 auto;*/
	font-size: 75%;
	font-family: Helvetica, Arial, Georgia, Sans-serif;
	/*	text-align: center;*/
	vertical-align: top;
	background: url(images/fundo_topo_repeat.png) repeat-x top #1A1A1A;
	color: #ffffff;
}


/* LINKS */
a:link, a:visited{
text-decoration: none;
color: #7e7e7e;
}

a:hover{
background-color:#0CF;
color: black;
}




#page-wrap {
	width: 800 px;
	margin: 0 auto;
}



#contentor {
/*	float: right;*/
	heigh: 440 px;
	width: 419px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}


