/* CSS Document */
#wrap #content #upper {
	height: 360px;
	width: 760px;
	background-image: url(img/aboutimg.jpg);
	background-repeat: no-repeat;
}
#wrap #content #downer {
	width: 760px;
	height: 180px;
	background-repeat: no-repeat;
	background-image: url(img/downALL.png);
}
#wrap #content #downer #left {
	width: 253px;
	height: 180px;
	float: left;
}
#wrap #content #downer #right {
	width: 253px;
	height: 180px;
	float: right;
}
#wrap #content #downer #middle {
	width: 252px;
	height: 180px;
	float: left;
}
#wrap #content #downer #right p {
	padding-top: 34px;
}
#wrap #content #downer #left p {
	padding-top: 34px;
}
#wrap #content #downer #middle p {
	padding-top: 34px;
}
