html {
	background:none;	
}

body
{
	background:#000 url(../img/bg/body-index.jpg) no-repeat center top;
}

#topo {
	position:relative;
	height:520px;	
}

#main-content {
	width:760px;
	margin-left:0;
}

#main-content #fotos {
	float:left;
	position:relative;
	top:-20px;
	width:400px;
}

#agenda {
	float:right;
	width:340px;	
}

#agenda .content-agenda {
	/*float:right;*/
	padding-right:30px;
}

#agenda h4 {
	font-size:30px;
	margin-bottom:25px;	
}

#agenda h4 a {
	color:#fff;
}

#agenda .agenda-scroll {
	/*float:right;*/
	height:388px;
}

#agenda td {
	vertical-align:top;
	padding-bottom:20px;
}

#agenda td.foto {
	vertical-align:top;
	/*width:102px;*/
	padding-right:20px;
}

#agenda .inner td {
	padding-left:20px;
}

/********************************************************
						GERAL
********************************************************/

.center {
	width:1000px;
	margin:0 auto;
}