@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	
	z-index: 1;
}

img {
	border: none;
}

.clearer {
	clear: both !important;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}