@CHARSET "ISO-8859-1";


body {
	background-color: rgb(255,255,255);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#todo {
	position: absolute;
	left: 50%;	
	top: 50%;
	width: 1024px;
	margin-left: -512px;
	margin-top: -320px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left: 0px;
	background-color: white;
		
}

#divdireita{
	width:512px;
	float:left;
	border:0px;
	background-color: white;
}

#divesquerda{
	width:512px;
	border:0px;
	float:left;
	background-color: white;
	
}

img{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

p{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

p.centro {
	margin:0px;
	text-align: center;
	font-size: meddium;
	color: rgb(180,180,180);
	font-family: Arial, sans-serif;	
}

p.ingles {
	margin:0px;
	text-align: center;
	font-size: small;
	color: rgb(180,180,180);
	font-family: Arial, sans-serif;	
}