@charset "utf-8";
/* CSS Document */

body {
	width: 860px;
	height: 414px;
	top: 50%;
	left: 50%;
	margin-left:-430px;
	margin-top:-207px;
	position: absolute;
    }


#geral {
	width: 860px;
	height: 414px;
	font-size: xx-small;
}

#menu {
	width: 154px;
	height: 400px;
	float: left;
}


#conteudo {
	width: 704px;
	height: 398px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #D5D5D5;
	border-bottom-color: #D5D5D5;
}

#credito {
	width: 860px;
	height: 14px;
	float: left;
}
