#hflash {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 200px;
	z-index: 1;
}

.container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 0px;
}

#headLinks, #secMenu { 
	position: absolute;
	z-index: 2;
}
#headLinks {
	top: 37px;
	left: 255px;
	padding: 0;
}
#secMenu {
	top: 0px;
	right: 40px;
}

h1 a {
	background: url('../images/gulbene.png') no-repeat;
}

