.container {
	background-color: #FFF;
	height: 900px;
	width: 960px;
	margin: auto;
}
.intro {
	background-color: #FFF;
	float: center;
	text-align: center;
	height: 200px;
	width: 960px;
}
.logo {
	background-color: #FFF;
	float: center;
	height: 400px;
	width: 960px;
	text-align: center;
}
.contact {
	background-color: #FFF;
	float: left;
	height: 150px;
	width: 960px;
	text-align: center;
}
.footer {
	float: left;
	height: 150px;
	width: 960px;
	background-color: #FFF;
	text-align: center;
}
.upperfooter {
	float: left;
	height: 60px;
	width: 960px;
}
.footerleft {
	float: left;
	height: 100px;
	width: 315px;
	
}
.footer1 {
	float: left;
	height: 100px;
	width: 150px;
	padding-right: 10px;
}
.footer2 {
	float: left;
	height: 98px;
	width: 200px;
	padding-right: 10px;
	padding-top: 2px;
}
.footerright {
	float: left;
	height: 100px;
	width: 100px;
}
.lowerfooter {
	float: left;
	height: 90px;
	width: 960px;
}