@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	outline:none;
}
html,body{
	overflow:auto;
}
body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	overflow:auto;
}
img{
	border:none;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#C00;
}
p{
	padding:5px 0 0;
}
#page{
	position:absolute;
	width:780px;
	height:380px;
	margin:-190px 0 0 -390px;
	left:50%;
	top:50%;
}
#olho_esq{
	float:left;
	width:200px;
}
#link_esq{
	margin:150px 0 0;
	width:190px;
	float:left;
	text-align:right;
}
#olho_dir{
	float:left;
	width:200px;
}
#link_dir{
	margin:20px 0 0;
	width:190px;
	float:left;
	text-align:left;
}
#camaleoa_letter{
	float:left;
	width:780px;
	text-align:center;
}
#contato{
	float:left;
	width:780px;
	margin:20px 0 0;
	text-align:center;
}
h1,h2{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:lighter;
}
h1{
	font-size:40px;
	padding:10px 0 5px;
}
h2{
	font-size:26px;
	padding:5px 0 2px;
}