* {
	margin: 0px;
	border: 0px;
	padding: 0px;
}
html {
	height:100%;
}
body {
	min-height:100%;
	height: 100%;
}

.clear {
	height: 1px;
	font-size: 0px;
	line-height: 1px;
	clear: both;
}
.hidden {
	display:none;
}
.left {
	float:left;
}
.right {
	float:right;
}
.tleft {
	text-align: left;
}
.tright {
	text-align: right;
}
.no-bg {
	background-image: none !important;
}
