#container {
	width: 770px;
	height: 100%;
	background-image: url(../images/background.gif);
	background-repeat: repeat; 
	margin: 0 auto;
	text-align: left;
}

#wrapper {
	position: relative;
	width: 770px;
}

body {
	text-align: center;
	margin: 0;
}

td {
	font-size: 10px;
	line-height:14px;
	font-family: Verdana, Arial, Helvetica;
	color: #ffffff;
}

#menu {
	background-image:url(../images/background_azul.gif)
}

#barra  {
	position: relative;
	width: 770px;
	height: 30px;
	top: 190px;
	line-height: 30px;
	background-image: url(../images/background_barra.jpg);
	background-repeat: repeat; 
}

#footer {
	position: absolute;
	width: 770px;
	height: 164px;
	top: 648px;
	background-image: url(../images/footer.jpg);
}

#main {
	position: absolute;
	width: 770px;
	min-height: 458px;
	top: 220px;
	left: 0px;
	background-image: url(../images/background.gif);
}

#noticias {
	position: absolute;
	width: 200px;
	height: 350px;
	bottom: 24px;
	right: 0px;
	background-color: #ffda00;
	z-index: 99;
	overflow: hidden;
}

#noticias td {
	color: #000000;
}

#header {
	position: absolute;
	width: 770px;
	height: 180px;
	top: 10px;
	border-top: 1px solid #000000;
	
	}Ê

* {
	text-decoration: none;
} 

html {
	height: 100%;
}

