/* ############ PAGE STRUCTURE ############ */
html, body { height: 100%; }
body {
	color: #2D2D2D;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 20px; /* baseline grid of 20px */
	background: #FFF;
	margin:0;
	padding:0;
	height:100%;
}
.breaker{
	clear:both;
}
.italic{
	font-style:italic;
}
#container{
	width:540px;
	margin:0 auto 0 auto;
	position:relative;
	margin-top:50px;
}
#imagem{
	width: 237px;
	height: 400px;
	float:left;
}
h1{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#oracao{
	width: 250px;
	float:left;
	margin-left:20px;
}