@charset "utf-8";
/* CSS Document */

body {
	background-image:url(bg.gif);
	background-repeat:repeat-x;
}

#conteudo {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-315px;
	margin-top:-245px;
	width:630px;
	height:490px;
	padding:0px;	
}

#entrada {
	width:405px;
	height:480px;
	float:left;
}

#info {
	background-color:#480000;
	width:175px;
	float:right;
	padding:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#FFFFFF;
	line-height:20px;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	text-align:center;
}

#info a {
	color:#CC9900;
	text-decoration:none;
	text-align:center;
}

#info a:hover {
	text-decoration:underline;
}

#icones {
	text-align:center;
	vertical-align:bottom;
}

#icones img {
	margin-right:5px;
}

#icones img {
	border:none;
}