body {    background: #d3cb9c;    font-family: Helvetica, Arial, sans-serif;    margin: 0;    padding: 0;    text-align: center;}a {	text-decoration:none;	color:black;}#container {    background: #d3cb9c;    width: 950px;    margin: 0 auto;	height: auto;}#esquerdo{	float: left;	width: 538px;}.direito{	float:left;	width: 408px;	height: 280px;	overflow-x: hidden;	overflow-y: auto;}.central{	float:left;	width: 850px;}.direito::-webkit-scrollbar {    width: 12px;}.direito::-webkit-scrollbar-track {    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);     border-radius: 10px;}.direito::-webkit-scrollbar-thumb {    border-radius: 10px;    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); }#links{	float:left;	width: 408px;}.links {	color: black;	text-decoration:none;	font-size: 25px;	font-weight:bold;}.links:hover{	color:grey;}.img_media{	width:525px;	margin-top:10px;	border: 3px solid black;}.img_grande{height: 499px; width:750px;	border: 3px solid black;}.bloco_thumb{	float:left;	width: 170px;	height: 120px;	padding:9px 9px;}.thumbs{	width:170px;}#nome{	margin: 0;	font-size: 14px;}#header, #footer {	float: left;	width: 100%;    background: #d3cb9c;    height: 170px;}aside, section {display: inline-block;}aside ul, menu, section {margin: 0; padding: 0} aside ul {list-style: none}aside#menu_mini {position: relative; right: 50px; top: -70px}aside#menu_paginacao {font-size: 18px; left: 50px; position: relative; top: -250px}aside#menu_paginacao ul li {margin: 15px 0 15px 0}.img_mini {height: 111px; width: 170px}