* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	background-color: #FEEF54;
}
#recipiente{
	min-height: 600px;
	width: 850px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(http://www.alojamentointernet.com/imgs/alojamentointernet.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#topo {
	font-size: 0.6em;
	text-align: right;
	height: 120px;
}
#topo h1{
	display:none;
}

#corpo {
	margin-top: 10px;
	border: 1px solid #FFCC00;
	background-color: #FFFFFF;
	width: 805px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
#recipiente .proximo, #recipiente .anterior {
	padding: 2px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
#recipiente .proximo:hover, #recipiente .anterior:hover{
	padding: 2px;
	margin-top: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	background-color: #FFFFFF;
	border: 1px solid #FFCC00;
}
#recipiente #rodape {
	margin-top: 100px;
	font-size: 0.5em;
	text-align: center;
}
a:link {color: #FF9900; text-decoration: none;}
a:visited {color: #FF9900; text-decoration: none;}
a:hover {
	color: #666666;
	text-decoration: none;
}
