#container{
	width: 1000px;
	height: 700px;
	margin: 40px auto;
	padding: 0px;
	background-position: center;
	border: 4px solid #ffffff;
}

#tekst{
	position: relative;
	background-image:url(../images/index.jpg);
	width: 1000px;
	height: 700px;
	margin:0px;
	padding:0px;
	float: right;
	overflow: auto;
}

