/* CSS Geral */

body {	
	margin: 0px;
	font-family: Tahoma;
	font-size: 12px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	color: #666;
}
	
#page {
	width: 1000px;
	height: 700px;
	padding: 5px;
	background-color:#FFF;
	border: solid 1px #999;
}

#menu_topo {
	width: 1000px;
	height: 54px;
	float: left;
	clear: both;
}

iframe {
	float: left;
	clear: both;
}

#rodape {
	width: 1000px;
	height: 48px;
	float: left;
	clear: both;
	background-image: url(../images/rodape.jpg);
	background-repeat: no-repeat;
}

#rodape table {
		margin:0px;
}