@import url(../../base/css/common.css);

* {
	margin: 0;
}

html, body {
	height: 100%;
}

.disignBoxFirst {
	background: #f4efe7;
	border:none;
}

.boxFirstHeader {
	background: url("../images/bh-bg.png") repeat-x top left #f4efe7;
	height: 32px;
	border: none;
}

.disignBoxFirst .boxFirstHeader .dbTitle {
	color: #fff;
	font-family:"Century Gothic",Times,Serif; 
	font-size: 12pt;
}

.boxContent {
	background: #f4efe7;
	font-size: 12pt;
}

#pushFooter {
	height: 85px;
}

