@charset "utf-8";
/* CSS Document */

	html{
	width:100%;
	height:100%;
		}
	body{
	background-color:#F9F3D1;
	width:100%;
	height:100%;
	background-attachment: fixed;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
		}
	
	* html #tudo {
	height: 100%; /* hack para IE6 que trata height como min-height */
	width:100%;
	}

	#tudo{
	min-height:100%;
	min-width:100%;
	
	}

/* Corpo */


#corpo {
	position:absolute;
	width:484px;
	height:320px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	left:50%;
	top:50%;
	margin-top:-150px;
	margin-left:-242px;
	background-color: #FEF8F1;
		}

		
#corpo h1 {
	text-align:center;
	font-size: 0.9em;	
	}

#corpo h2 {
	text-align:center;
	font-size: 0.7em;	
	}
	
	#esquerda {
	float:left;
	width:270px;
	display:block;
	padding-left:5px;
	padding-top:5px;
		}
	
	#direita {
	float:right;
	height: 250px;
	width:202px;
	display:block;
	padding-right:5px;
	padding-top:5px;	
		}
		
		#data{
	float:right;
	height: 10px;
	width:202px;
	display:block;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	padding-right:5px;
	font-weight: bold;		
		}
		
#rodape {
	background:#b0f1b0;
	width:100%;
	height:50px;
	position: absolute;
	top:100%;
	bottom: 0;
	z-index:-1;
	}
#corpo #esquerda a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-style: normal;
	font-weight: bold;
	color: #49A9A9;
	text-decoration: none;
}

