/* @override 
	http://localhost:8888/css/about.css
*/

@import "reset.css";
@import "basic.css";
@import "module.css";
@import "layout.css";

/* @group about */

h2#titleAbout {
	background-image: url(../images/about/h2About.png);
}

div.about h3 {
	height: 16px;
	text-indent: -9999px;
	margin-bottom: 15px;
}

#companyAbout h3 {
	background: url(../images/about/h3About.png) no-repeat;
}

#companyHistory h3 {
	background: url(../images/about/h3History.png) no-repeat;
}

#companyProject h3 {
	background: url(../images/about/h3Project.png) no-repeat;
}

#companyPresident h3 {
	background: url(../images/about/h3President.png) no-repeat;
}

div.about {
	clear: both;
	margin-bottom: 100px;
}

#comPro04 {
	margin-bottom: 30px;
}

/* @end */















