#wrapper {
	height: auto;
	width: 100%;
}
#header {
	height: 140px;
	width: 900px;
	margin: 0 auto;
}
#meny {
	height: 40px;
	width: 900px;
	margin: 0 auto;
	background-image: url(images/line.png);
	background-repeat: no-repeat;
}
#container {
	height: 394px;
	width: 900px;
	margin: 0 auto;
}
#con1 {
	float: left;
	height: 100%;
	width: 600px;
}
#footer {
	height: 30px;
	width: 900px;
	background-image: url(images/footer.png);
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#wrapper #meny table tr td {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #300;
}
