body {
	background-color: #0FF;
}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 900px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	color: #000;
	text-align: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#head {
	text-align: center;
	width: 900px;
	margin-top: 20px;
}
#meny {
	float: left;
	width: 150px;
}
#main {
	float: left;
	width: 740px;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-top: 30px;
}
img {
	margin-bottom: 10px;
}
p {
	text-align: left;
	padding-left: 30px;
}
