* { margin: 0; padding: 0; }

html{ overflow-y:scroll; }

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px; 
	background: #fff url(../imagens-splash/main-bg.jpg) top center;
	color: #777777;
}

#container1{
	float:left;
	position:relative;
	top:115px;
	background: url(../imagens-splash/container-gradiente-bg-top.png) top center repeat-x;
	width:100%;
	height:305px;
	padding-top:10px;
}

#container2{
	float:left;
	background: url(../imagens-splash/container-gradiente-bg-bottom.png) bottom center repeat-x;
	width:100%;
	height:305px;
	padding-bottom:10px;
}

#container3{
	float:left;
	background: #FFF;
	width:100%;
	height:305px;
}



#header{
	width:730px;
	height:51px;
	margin:33px auto
}

#header h1{ 
	float:left;
	width:453px;
	height:51px;
	background:url(../imagens-splash/logo.png) no-repeat;
}

#header h1 span{ 
	display:none;
}

#content{
	width:730px;
	height:191px;
	margin:0px auto;
}

#content p{
	display:block;
	width:400px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#573b22;
	text-align:center;
}

#content div#versiculo{
	display:block;
	position:relative;
	top:42px;
	left:5px;
	width:475px;
}

#content div#versiculo p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#573b22;
	text-align:left;
	width:475px;
}

#content div#versiculo #aspas-superiores{
	position:absolute;
	top:0px;
	left:-4px;
}

#content div#versiculo #aspas-inferiores{
	position:absolute;
	top:18px;
	left: 367px;
}

#content div#versiculo #referencia{
	position:absolute;
	top:18px;
	left:381px;
}


#desenho-juliodebora{
	position:absolute;
	right:-226px;
	top:-334px;
	height:600px;
}

div#assinatura{
	position:absolute;
	bottom:10px;
	right:15px;
}

div#assinatura a{
	font-size:9px;
	text-decoration:none;
	color:#777777;
}

div#assinatura a span{
	position:relative;
	top:-4px;
	border:none;
	margin-right:5px;
}

div#assinatura a img{
	border:none;
}
