* {outline: none;}
p, form, input {
	margin: 0; 
	padding: 0;
}

body {
	background-image: url(../img/bg_site.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #060606;
	margin: 0px;
}
.ponteiro {
	cursor: pointer;
}
#main {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 200px;
	position: relative;
	margin-bottom: 35px;
}
#main #logo {
	position: absolute;
	left: 35px;
	top: 252px;
	z-index: 20;
}
#main #rotulo {
	position: absolute;
	left: -20px;
	top: 40px;
	z-index: 20;
}
#main #banner {
	background-image: url(../img/banner2.jpg);
	background-repeat: no-repeat;
	height: 255px;
	width: 840px;
	position: relative;
	z-index: 1;
} 
#main #menu {
	height: 582px;
	width: 290px;
	position: absolute;
	left: -1px;
	top: 386px;
	padding: 0px;
	margin: 0px;
	z-index: 10;
}
#main #corpo {
	background-image: url(../img/bg_conteudo.png); 
	width: auto;
	position: relative;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: -25px;
	padding-top: 50px;
	background-repeat: repeat-x;
	background-color: #F8F8F8;
}
#main #rodape {
	background-color: #FFF;
	background-image: url(../img/rodape.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 42px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#menu #cont {
	background-image: url(../img/menu_bg.png);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 0px;
	margin-left: 0px;

	padding-top: 35px;
}
#menu #contcal {
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 0px;
	margin-left: 0px;
	min-height: 170px;
	padding-top: 10px;
}
#menu #contwitt {
	padding-right: 20px;
	padding-left: 10px;
	margin-right: 0px;
	margin-left: 0px;
	min-height: 170px;
	padding-top: 10px;
}
#corpo #conteudo {
	width: 530px;
	float: right;
	min-height: 100px;
	margin-right: 20px;
	
}
#linkdevelop {
	position:absolute;
	left: 0px;
	top: 0px;

	
}
#rodape #linkdevelop {
	position:relative;
	left: -35px;
	top: 14px;
	width: 30px;
	height:20px;
	margin-left:auto;
	

	
}

