body{
	background-image: url("../pictures/bg.jpg");
	text-align: center;
}

.main{
	margin: auto; /* This will center it */
	margin-top: 100px;
	max-width: 1100px;
	background-color: white;
	border-radius: 15px;
	padding: 30px;
	box-shadow: 2px 2px 10px black;
}
.home{
	background-image: url("../pictures/pic1.jpg");
	height:800px;
	background-size: 100%; 
	}


h1{
	text-align: center;
}
h2{
	text-align: center;
	font-size: 20px;
}
p{
	text-align: left;
}


.aboutContainer>div{
display: inline-block;
width: 510px;
padding: 25px;
vertical-align: top;
}

.aboutContainer{
display: inline-block;
}
.left{
	border-right: 1px solid #eee;
}