body { 
	color: #817765;
	font-size: 12px; 
	line-height: 20px;
	
    margin: 0;
    padding: 0;
    
    background-color: #d6d2c9;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	
	overflow-x: hidden;
}

#c {
	width: 960px;
    height: 600px;
       
    position: absolute;
    left: 50%;
    margin-left: -480px;  
    top: 50%;
    margin-top: -300px;
    
    border-radius: 2px 2px 2px 2px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

#c_1 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 230px;
	height: inherit;
	
	background-image: url(../images/background_center.png);
	
	z-index: 200;
}

#c_2 {
	width: 300px;
	height: inherit;
	
	position: absolute;
	left: 0;
	bottom: 0;
	margin-left: 230px;
	
	background-color: #fff;
	
	z-index: 300;
}

#c_3, #c_lang {
	width: 960px;
    height: 20px;
    
    position: absolute;
    left: 50%;
    margin-left: -480px;  
    top: 50%;
    margin-top: 310px;
}

	#c_3_1 {
		float: left;
		width: 590px;
		height: inherit;
		padding-left: 10px;
	}
	
	#c_3_2 {
		float: right;
		width: 350px;
		height: inherit;
		padding-right: 10px;
		text-align: right;
	}

#c_lang {
	height: 20px;
	margin-top: -325px;
	text-align: right;
}
