body {
    text-align: center;
}

#wrapper {
	width: 1056px;
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#wrapper-inner {
	margin-left: 33px;
	mar\gin-left: 36px;
}

#header, #footer {	
	margin-right: 34px;
	mar\gin-right: 37px;
}

#main {
	height: 645px;
	overflow: auto;
}

.home #main {	
	overflow: hidden;
}

.w1 {
	width: 652px;
}

.w2 {
    width: 498px;
}

.w3 {
    width: 320px;
}

.left {
	float: left
}

.right {
	float: right;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}