#header {
	position: relative;
	left: 0px;
	top: 0px;
	height: 100px;
	margin: 0px;
	background-color: white;
}

#header-text {
	position: relative;
	left: 10px;
	top: 10px;
	height: 10px;
	width: 760px;
}

#header-language {
	align: left;
	position: absolute;
	left: 10px;
	top: 10px;
	height: 10px;
	width: 60px;
	background-color: #FFFF00;
}

#header-img {
	position: relative;
	left: 10px;
	top: 10px;
	height: 80px;
	width: 760px;
	background-color: white;
}
