@charset "utf-8";

body {
	background: url(../img/bg.jpg) repeat-x #fff;
	color: #444;
	font-family: Verdana, sans-serif;
	font-size: 81%;
	line-height: 1.6;
	}

textarea {
	font-size: 100%;
	}

img {
	border: 0;
	vertical-align: bottom;
	}

a img {
	overflow: hidden;
	}

input, select {
	vertical-align: middle;
	}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	}

/*= clearfix */
.clfx {
	zoom:1;
	min-height: 1px;
	}
.clfx:after {
	content: ".";
	display: block;
	clear: both;
	height: 1px;
	line-height: 1px;
	margin-top: -1px;
	visibility: hidden;
	}
