html{
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	color: #000000;
	background-color: #BFC3B2;
}
body{
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	color: #000000;
	background-color: #BFC3B2;
	font-family:"trebuchet MS", sans-serif;
	font-size: 100%;
	text-align: center;
}
div#corpos{
	width: 702px;
	color: #000000;
	padding : 0px 0px 0px 0px;
	margin : auto;
	background-color: #BFC3B2;
	z-index:1;
}
div#paginas{
	height:auto;
	min-height: 500px;
	z-index:2;
}
div#homes{
	width: 702px;
	height: 300px;
	margin : 70px 0px 0px 0px;
	background-color:#BFC3B2;
	color: #000000;
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}
div#fotos{
	width: 350px;
	height: 180px;
	margin : 20px 0px 0px 0px;
	text-align: left;
	float: left;
}
div#logos{
	width: 350px;
	height: 180px;
	margin : 20px 0px 0px 0px;
	text-align: right;
	float: left;
}
div#rossos{
	width: 350px;
	height: 45px;
	margin : 20px 0px 0px 0px;
	background-color:#CC0000;
	float: left;
}
div#loghettis{
	width: 350px;
	margin : 60px 0px 0px 0px;
	text-align: right;
	float: right;
	background-position : left top;
	background-image :  url("../image/bk-logo.jpg");
	background-repeat: no-repeat;
}
div#titolis{
	width: 700px;
	height: 30px;
	text-align: center;
	float:left;
}
.linkes{
	padding: 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	color : #000000;
}
a.linkes:link{
	text-decoration: none;
}
a.linkes:visited{
	text-decoration: none;
}
a.linkes:hover{
	text-decoration: underline;
}
a.linkes:active{
	text-decoration: underline;
}