
#titleimg {
	position: relative;
	z-index: 2;
}

div.title {
	position: absolute;
	background: url(img/pattern420x1.png) left;
	background-repeat: repeat-y;	
	overflow: hidden;
	height: 100%;
	width: 500px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	z-index: 0;
}

#phpexamp {
	position: relative;
	z-index:0;
	height: 100%;
	line-height: 12pt;
}

div.main {
	position: absolute;
	background: url(img/fadetowhite640x1.png);
	background-repeat: repeat-y;
	overflow: auto;
	height: 100%;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
}

div.content {
	position: relative;
	margin-left: 400px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

p.para {
	text-indent: 20px;
	position:relative;
	text-align: justify;
	line-height: 12pt;
}

li {
	line-height: 12pt;
}

hr {
	color: DeepSkyBlue;
}