@charset "utf-8";
.container {
	margin: 0 auto;
	width: 770px;
	text-align: left;
}

	.header {
    	margin-right: 215px;
		height: 105px;
	}
	
	.password {
		float: right;
		width: 210px;
		height: 105px;
		padding-left: 5px;
		background: #3398cc url(../images/password.gif) no-repeat;
	}

	.main {
		background: url(../images/back.gif) repeat-y;
	}
		.e1 {
			width: 215px;
		    float: left;
		}
		.e2 {
			width: 555px;
		    float: left;
		}

	.lang {
	width: 160px;
	float:left;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	padding-left: 15px;
	}
	
	.bottom {
	clear:both;
	height: 35px;
	background: #a6bb78 url(../images/bottom.gif) no-repeat;
	}

	.footer {
	height: 45px;
	background: #a6bb78 url(../images/footer.gif) repeat-x;
	}
/*-- fix outer div --*/
.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%;
}

