* {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}

html {
	background: url(../_imagens/bg.jpg) repeat top center;
}

body {
	width: 100%;
	text-align: center;
}




a {
	color: #000000;
	text-decoration: none;
}

p {
	text-align: justify;
}



#container { 
	margin: auto;
	width: 772px;
	text-align: left;
	overflow: hidden;
	
	color: #000000;
	font-size: 70%;
	background: url(../_imagens/internas/bg_repete.jpg) repeat-y top left;
}




#container #header {
	height: 162px;
}

#container #header #anime {
	padding: 0px 1px;
}


#container #menu {
	height: 28px;
}


#container #content {
}


#container #footer {
	clear: both;
}




.clear {
	clear: both;
	visibility: hidden;
}

