div
{ 
   
}
#two
{
	height: 5em;
    width: 100%;
    background-color:white;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment:fixed;
	text-align:start;
}
#twohalf
{
	height: 40%;
    width: 100%;
	background-image:url(../imagens/logoempresa.jpg); background-size:36% auto;
	text-align:center;  
    background-repeat: no-repeat;
	background-position: 52% 25% ;
    background-attachment:fixed;
}
#twothreequarters{
	height: 11%; width: 100%;
    /*border-top: 2px solid #333;*/
	background-size:auto;
	text-align:center;  
    background-repeat: no-repeat;
    background-position: center ;
    background-attachment:fixed;

}
#three
{
	height: 500px;
    width: 100%;
    /*border-top: 2px dashed #333;*/
	background-image:url(../imagens/1.jpg); 
	background-size:auto;
	text-align:center;  
    background-repeat: no-repeat;
    background-position: center ;
    background-attachment:fixed;
}
#four
{
	font-family:'Vollkorn';
	height: 400px;
    width: 100%;
	text-align:justify;	
}
#four h1{
	padding-top:0.5em;
}
#four p{
	padding-top:2em;
	padding-left:17%;
	width:65%;
	line-height:1.5em;
}
#five
{
	height: 500px;
    width: 100%;
    background: url(../imagens/2.jpg);
    background-repeat: no-repeat;
    background-position:  top right;  
	background-attachment: fixed;
}
#six
{
	font-family:'Vollkorn';
	height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment:fixed;
}
#six p {
	padding-top:6.5em;
	padding-left:17%;
	width:65%;
	line-height:1.5em;
}
#seven
{
	height: 500px;
    width: 100%;
    background: url(../imagens/shakinghands.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment:fixed;
}
#eight
{
	height:150px;
	width:65%;
	font-family:'Vollkorn';
	padding-top:2em;
	position:relative;
	left:20%;
	line-height:1.5em;
}
#eightthreequarters{
	height: 220px;
    width: 100%;
    /*border-top: 2px solid #333;*/
	background-size:auto;
	text-align:right;  
    background-repeat: no-repeat;
    background-position: right ;
    background-attachment:fixed;
}