body {
	margin:0px;
	height:auto;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	}

#container {
	width: 800px;
	height:600px;
	margin-top:0px;
	margin:0 auto;
	background-color:#FFFFFF;
	text-align:left;
}

#topo {
	width:800px;
	height:150px;
}

#menu {
	width:150px;
	height:430px;
	float:left;
	margin-top:20px;
	margin-left:0px;
	background-image: url('../images/bck_menu.jpg');
}

#conteudo {
	width:630px;
	height:430px;
	float:right;
	margin-top:10px;
}

#rodape {
	width:800px;
	height:20px;
	float:left;
	text-align:right;
	padding-right:10px;
	margin:0 auto;
	background-color:#98101C;
}