#apDiv1 {
	position:absolute;
	width:1024px;
	height:135px;
	z-index:1;
	background-color: #00a9cc;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #00a9cc;
}
#apDiv2 {
	position:absolute;
	width:200px;
	z-index:2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 9px;
	font-weight: normal;
	color: #FFF;
	margin-top: 100px;
	margin-left: 0px;
	text-transform: capitalize;
	padding: 8px;
	background-color: #00a9cc;
}

