#container{
	width: 798px;
	height: 420px;
	
	margin: auto;
	text-align: right;
}

#background{
	width: 798px;
	height: 262px;
	
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-color: white;
}

	#background img{
		margin-right: 30px;
		margin-top: 60px;
	}

#lang_select{
	width: 798px;
	height: 138px;
	
	background-color: black;
}

#lang_select a{
	display: block;
	float: right;
	margin: 50px 50px 0 0;
}

