body {
	margin:0px;
	padding:0px;
	
	height:100%;
	width:100%;
}
#fundo{
	position:absolute;
	left:0px;
	top:0px;

	height:100%;
	width:100%;

	/*background: url(../images/layout/fundo.jpg) center repeat-x;*/
	background: #FFFFFF;
}
#page {
	position:absolute;
	left:50%;
	top:50%;
	
	width:450px;
	height:600px;
		
	margin-left:-225px;
	margin-top:-300px;
}
a {
	font-size:11px;
	font-family:Verdana;
	color:#777777;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#page #powered {
	background:#d9d2c4;
	position:relative;
	left:0px;
	text-align:right;
	width:800px;
	height:23px;
}
#page #powered span{
	padding:5px;
}