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

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align:center;
	border-style:none;
}

::-webkit-scrollbar {width: 12px; height: 4px; background: #F3F1F1; }
::-webkit-scrollbar-thumb { background: #CCC; }

#mae {
	margin:auto;
	height:611px;
	width:1020px;
}

#barra {
	margin:auto;
	float:left;
	width:48px;
	height:611px;
}

#menu {
	float:left;
	width:185px;
	height:611px;
}

#conteudo {
	float:left;
	background-color:#FFFFFF;
}

#conteudo-maior {

}