* {
	margin:0;
	padding:0;
	list-style:none;
	vertical-align:baseline;
}


html, body {
	height: 100%;
	background-image: url("../images/layout/bg.gif");
	background-repeat: repeat-y;
}

#tudo {
	min-height: 100%;
	background-color: #FFFFFF;
}

/* hack para IE6 que trata height como min-height */
* html #tudo {
	height: 100%;
}

#tudo { 
	position: relative;
	margin-left: 100px;
	width: 930px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#top {
	position: relative;
	float: l
}

#rodape {
	position: absolute;
	bottom: 0;
	border-top: 1px solid;
	height: 50px;
	width: 930px;
}

#conteudo {
	overflow: auto;
	padding-bottom: 30px;
}

div.floated {
	width: 400px;
	float: left;
	margin-left: 1em;
}

div#myElement {
	background-color: #f9f9f9;
	float: left;
}

div#myOtherElement {
	width: 930px;
	font-family: Verdana;
	font-size: 14px;
	height: 20px;
	overflow: hidden;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #f9f9f9;
}

div#myOtherElement span, div#myOtherElement a {
	display: block;
	padding: 0 3px;
}

div#myOtherElement a:hover {
	background: #f5f5f5;
}