.left{
	float:left;
}

.right{
	float:right;
}

.center{
	margin:0 auto;
}

.clear{
	clear:both;
}

.block{
	width:100%;
	height:100%;
	display:block;
}

.txti{
	text-indent:-9999px;
}
