@charset "utf-8";
/* CSS Document */
body{
   background: transparent url(../imgs/bg_home.jpg) no-repeat top left;
}
#homeSections{
	height: 465px;
}
#homeContent{
	width: 570px;
	height: 380px;
	margin-right: 20px;
	float: left;
}
#homeFacebook{
	width: 265px;
	float: right;
	margin-top: 24px;
}
#foot{
	clear: both;
	width: 855px;
	height: 80px;
	margin-left: 140px;
	background: #FFFFFF url(../imgs/foot_home.jpg) no-repeat top left;
}
.pietxt {
	padding-top: 30px;
	margin-left: 10px;
	height: 24px;
	width: 750px;
	color: #FFFFFF;
}
#homeContent p{
	margin-left: 26px;	
	margin-right: 16px;
	margin-top: 10px;	
}
#homeContent h1{
	margin-left: 26px;	
}
