#centertext {
    position:absolute; 
	left:0px; 
	top:0px; 
	margin:0;
	width:450px; 
	height: 365px;
	background:url(../pics/general/paragraph.jpg); 
	background-position:0 0; 
	background-repeat:no-repeat; 
	font-size:1.2em; 
	z-index:4; 
	overflow:hidden; 
	background-repeat:no-repeat;
	}

#righttext {
    position:absolute; 
	left:480px; 
	top:0px; 
	width:135px; 
	height: 365px;
	background:url(../pics/general/paragraph.jpg) center top; 
	z-index:4; 
	overflow:hidden; 
	background-repeat:no-repeat;
	}

#centertext p {
	color: #000000;
	font-family: "@Arial Unicode MS", sans-serif;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 0px;
	text-align: justify;
	}

#centertext b {
	color: #000000;
	font-family: "@Arial Unicode MS", sans-serif;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 0px;
	font-weight: bold;
	}
		
#centertext h1 {
	color: #000000;
	font-family: "@Arial Unicode MS", sans-serif;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 2px;
	font-weight: bold;
	}
		
#righttext p {
	color: #000000;
	font-family: "@Arial Unicode MS", sans-serif;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0px;
	text-align: left;
	}

#righttext b {
	color: #000000;
	font-family: "@Arial Unicode MS", sans-serif;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0px;
	font-weight: bold;
	}	