@CHARSET "UTF-8";

html, body, ul, li, h1, h2, h3, h4, h5, p, form {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	background: #F6F4F1;
}

.wrapper {
	width: 1000px;
	min-height: 100%;
	margin: 0 auto;
	margin-top: 0px;
	background: #FFFFFF;
}

a img {
	border: none;
}


.content {
	width: 1000px;
	padding-top: 180px;
	margin-bottom: -150px;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}