body{
	margin:0;
	background:#dedede;
}
img{ border:0;}
.header{
	width:1000px;
	height:117px;
	margin:0 auto;
	empty-cells:show;
}
.main{
	height:342px;
	margin:0 auto;
	empty-cells:show;
	background:url(../images/main_bg.png) repeat-x;
}
.container{
	width:912px;
	margin:0 auto;
	height:300px;
	padding-top:21px;
	padding-bottom:21px;
}


.footer{
	height:100px;
	padding-top:12px;
	margin:0 auto;
	font-size:12px;
	line-height:1.6em;
	color:#414141;
	text-align:center;
}
.powered{
	color:#999;
	font-size:11px;
	text-align:right;
}
.powered a{ text-decoration:none; color:#666;}

#left{
	width:414px;
	float:left;
	height:248px;
	margin-top:26px;
	margin-bottom:26px;
	empty-cells:show;
}
#right{
	width:480px;
	padding-right:18px;
	float:right;
	text-align:right;
	height:300px;
	empty-cells:show;
}
#language{
	text-align:center;
}
