#text {
	position:relative; width:550px; height:313px;
	/* border-top:17px solid #F5F5F5; */
	text-align:left;
	background-image:url(res/back-pcb.jpg);
	/* ie only hack to fic bg img for scrolling */
	*background-attachment:fixed;
	background-repeat:no-repeat;
	overflow:auto;
	text-decoration:none;
	padding:25px 190px 20px 30px;
	margin:0;
	}	
	
#textWide {
	position:relative; width:650px; height:313px;
	/* border-top:17px solid #F5F5F5; */
	text-align:left;
	background-image:url(res/back-pcb.jpg);
	/* ie only hack to fic bg img for scrolling */
	*background-attachment:fixed;
	background-repeat:no-repeat;
	overflow:auto;
	text-decoration:none;
	padding:25px 90px 20px 30px;
	margin:0;
	}	
		
#textIndent {
	position:relative; width:526px; height:313px; float:right;
	text-align:left;
	background-image:url(res/back-phone2.jpg);
	*background-attachment:fixed;
	background-repeat:no-repeat;
	overflow:auto;
	text-decoration:none;
	padding:25px 40px 20px 10px;
	margin:0;
	}
	
#text p {
	margin-top:0;
	padding:0;
	}	
	
	/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}