* {
	padding:0;
	margin:0;
	list-style:none;
	text-decoration:none;
	border:none;
	vertical-align:middle;
}
body {
	background: url(../images/amarelo-background-menu.png) repeat-x;
}
html, body {
	height: 100%;
}

/*##################Geral home#####################*/
#geral {
	width: 900px;
	height:480px;
	position: relative;
	margin-left: -450px;
	left:50%;
	min-height: 100%;
	height: 100%;
	background: /*url(../images/background-body-home.jpg) no-repeat;*/
	}
	
/*##################Topo/Logo#####################*/
#topo{
	width:900px;
}

.logo{margin-left:130px;margin-top:70px;}

#meio-total{
	width: 900px;
	float:left;

}
/*##################Menu#####################*/
#menu {
	width:900px;
	height:41px;
	min-height:41px;
	_height:41px;
	background: url(../images/amarelo-background-menu.png) repeat-x;
	float:left;
	margin:0 auto;
}
#menu ul {		
	width:800px;
	margin-top:4px;
	margin-left:130px;
	float:left;
}
#menu li{display:block;}	
#menu li a {
	float:left;
	font-family: arial, verdana, sans-serif;
	font-size:15px;
	font-weight: bold;
	color:#000;
	text-decoration:none;
	margin-right:70px;
	padding-top:3px;
	padding-left:30px;
	background: url(../images/menu_logo_li_trans.png) no-repeat;
}




#slide{
	width:600px;
	height:200px;
	margin-top:30px;
	margin-left:145px;
	
}

#slide img{
	width:600px;
	height:200px;
	border:2px solid #333;
}





/*##################////MEIO/////COLUNAS///ARTISTAS////#####################*/
#meio{
	height: 100%;
	min-height: 100%;
	width:900px;
	margin-top:10px;
	margin-left:0px;
	background:#fff;
}

.clear {clear:both;}

#rodape {
	background:#b0f1b0;
	width:760px;
	height:20px;
	position: absolute;
	bottom: 0; /**/ 
	border:dotted #999;
	border-width: 1px 0;
	text-align:center;
	}

