.left {
	float:left;
}
.right {
	float:right;
}
.inline {
	display:inline;
}
.cleared {
	clear:both;
}

#simpleText {
	background:url(../images/bgTemplateGradasiBig.jpg) no-repeat;
	height:230px;
	position:relative;
}
.simpleText-text {
	padding:20px 0 0 20px;
	width:400px;
	position:absolute;
	top:0;
	left:0;
}
.simpleText-image{
	height:230px;
}