* {
	margin: 0px;
}
html, body {
	height: 100%;
}
body {
	background: url(../imagens/bkgblue.gif) repeat-x top left;
	background-color:#219BD1;
/*	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;*/
}
#container {
	position:relative;
	width: 561px;
	height: 420px;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
	padding: 0px;
	overflow: hidden;
	background: url(../imagens/bkg_home.gif) center top no-repeat;
}
#logo {
	position:relative;
	width:164px;
	height:46px;
	float:right;
	margin-top:14px;
	margin-right:28px;
}
#legendas {
	position:relative;
	width:90px;
	height:73px;
	float:right;
	clear:right;
	margin-top:30px;
	margin-right:28px;
}
#footer {
	position:relative;
	width: 561px;
	height: 186px;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
	padding: 0px;
	overflow: hidden;
}
#footer #left{
	position:relative;
	width: 278px;
	height: 186px;
	float:left;
	background: url(../imagens/bkgblueshadow.gif) center top repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#Fff;
}
#footer #left #faixa{
	position:relative;
	width: 278px;
	height: 30px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#FC0;
	padding-top:10px;
}
#footer #right{
	position:relative;
	width: 278px;
	height: 186px;
	float:right;
	background: url(../imagens/bkgblueshadow.gif) center top repeat-x;
}
#footer #right #faixa{
	position:relative;
	width: 278px;
	height: 30px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#FC0;
	padding-top:10px;
}
